Html Css Color HEX #EFE066 Corn

📋 copy color: '#EFE066'

red 239 ◦ green 224 ◦ blue 102

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

Shades of Corn #EFE066

Tints of Corn #EFE066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.05%

R = 42.3%
G = 39.65%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EFE066 (or 0xEFE066) is known color: Corn. HEX triplet: EF, E0 and 66. RGB value is (239,224,102). Sum of RGB (Red+Green+Blue) = 239+224+102=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 224 (87.89% from 255 or 39.65% from 565); Blue value is 102 (40.23% from 255 or 18.05% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE066 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE066 is #101F99. Grayscale: #D7D7D7. Windows color (decimal): -1056666 or 6742255. OLE color: 6742255.

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

Color convert

RGB 239 224 102 -
CMYK 0 0.06 0.57 0.06
HSL 53.43º 0.81% 0.67% -
HSV(B) 53.43º 0.57% 0.94% -
XYZ 64.65 72.62 23.18 -
YUV 214.58 64.47 145.42 -
System Red Green Blue C M Y K H S L
Decimal 239 224 102 0 0.06 0.57 0.06 53.43 0.81 0.67
Hex EF E0 66 0 6 39 6 35 51 43
Octal 357 340 146 0 6 71 6 65 121 103
Binary 11101111 11100000 1100110 0 110 111001 110 110101 1010001 1000011

Color Harmonies of #EFE066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE066

Black with #EFE066

Text Example


Text Example

White with #EFE066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE066; }

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

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

background-color css

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

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

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

border-color css

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

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

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