Html Css Color HEX #EFE062 Corn

📋 copy color: '#EFE062'

red 239 ◦ green 224 ◦ blue 98

#EFE062
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corn #EFE062

Tints of Corn #EFE062

RGB

 RED value IS 239 (93.75% from 255) = 42.6%

 GREEN value IS 224 (87.89% from 255) = 39.93%

 BLUE value IS 98 (38.67% from 255) = 17.47%

R = 42.6%
G = 39.93%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EFE062 (or 0xEFE062) is known color: Corn. HEX triplet: EF, E0 and 62. RGB value is (239,224,98). Sum of RGB (Red+Green+Blue) = 239+224+98=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 98 (38.67% from 255 or 17.47% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE062 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE062 is #101F9D. Grayscale: #D6D6D6. Windows color (decimal): -1056670 or 6480111. OLE color: 6480111.

HSL color Cylindrical-coordinate representation of color #EFE062: hue angle of 53.62º 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 #EFE062 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 224 98 -
CMYK 0 0.06 0.59 0.06
HSL 53.62º 0.82% 0.66% -
HSV(B) 53.62º 0.59% 0.94% -
XYZ 64.46 72.54 22.16 -
YUV 214.12 62.47 145.75 -
System Red Green Blue C M Y K H S L
Decimal 239 224 98 0 0.06 0.59 0.06 53.62 0.82 0.66
Hex EF E0 62 0 6 3B 6 36 52 42
Octal 357 340 142 0 6 73 6 66 122 102
Binary 11101111 11100000 1100010 0 110 111011 110 110110 1010010 1000010

Color Harmonies of #EFE062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE062

Black with #EFE062

Text Example


Text Example

White with #EFE062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE062; }

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

 H1.HeaderClassName
 {
   color: #EFE062;
 }
 .AnyTagClassName
 {
   color: #EFE062;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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