#EFE462

Color #EFE462 Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn #EFE462

Tints of Corn #EFE462

Color information

#EFE462 (or 0xEFE462) is unknown color: approx Corn. HEX triplet: EF, E4 and 62. RGB value is (239,228,98). Sum of RGB (Red+Green+Blue) = 239+228+98=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 228 (89.45% from 255 or 40.35% from 565); Blue value is 98 (38.67% from 255 or 17.35% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE462 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE462 is #101B9D. Grayscale: #D8D8D8. Windows color (decimal): -1055646 or 6481135. OLE color: 6481135.

HSL color Cylindrical-coordinate representation of color #EFE462: hue angle of 55.32º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EFE462 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB23922898-
CMYK00.050.590.06
HSL55.32º81.5%66.08%-
HSV(B)55.32º59%93.73%-
XYZ65.5474.7222.52-
YUV216.4761.14144.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 42.30%
GREEN value IS 228 (89.45% from 255) = 40.35%
BLUE value IS 98 (38.67% from 255) = 17.35%
R=42.30%
G=40.35%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392289800.050.590.0655.3281.566.08
HexEFE462053B6375242
Octal3573441420573667122102
Binary11101111111001001100010010111101111011011110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE462; }

 p { color: rgb(239,228,98); }

 H1.HeaderClassName
 {
   color: #EFE462;
 }
 .AnyTagClassName
 {
   color: #EFE462;
 }
</style>
background-color css

<style>
 a { background-color: #EFE462; }

 a { background-color: rgb(239,228,98); }

 div.DivClassName
 {
   background-color: #EFE462;
 }
 .BgClassName
 {
   background-color: #EFE462;
 }
</style>
border-color css

<style>
 span { border-color: #EFE462; }

 span { border-color: rgb(239,228,98); }

 td.TdClassName
 {
   border-color: #EFE462;
 }
 .TagClassName
 {
   border-color: #EFE462;
 }
</style>