Html Css Color HEX #EFE064 Corn

📋 copy color: '#EFE064'

red 239 ◦ green 224 ◦ blue 100

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

Shades of Corn #EFE064

Tints of Corn #EFE064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 17.76%

R = 42.45%
G = 39.79%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFE064 (or 0xEFE064) is known color: Corn. HEX triplet: EF, E0 and 64. RGB value is (239,224,100). Sum of RGB (Red+Green+Blue) = 239+224+100=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 224 (87.89% from 255 or 39.79% from 563); Blue value is 100 (39.45% from 255 or 17.76% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE064 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE064 is #101F9B. Grayscale: #D6D6D6. Windows color (decimal): -1056668 or 6611183. OLE color: 6611183.

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

Color convert

RGB 239 224 100 -
CMYK 0 0.06 0.58 0.06
HSL 53.53º 0.81% 0.66% -
HSV(B) 53.53º 0.58% 0.94% -
XYZ 64.55 72.58 22.66 -
YUV 214.35 63.47 145.58 -
System Red Green Blue C M Y K H S L
Decimal 239 224 100 0 0.06 0.58 0.06 53.53 0.81 0.66
Hex EF E0 64 0 6 3A 6 36 51 42
Octal 357 340 144 0 6 72 6 66 121 102
Binary 11101111 11100000 1100100 0 110 111010 110 110110 1010001 1000010

Color Harmonies of #EFE064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE064

Black with #EFE064

Text Example


Text Example

White with #EFE064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE064; }

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

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

background-color css

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

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

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

border-color css

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

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

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