Html Css Color HEX #EFE077 Sweet Corn

📋 copy color: '#EFE077'

red 239 ◦ green 224 ◦ blue 119

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

Shades of Sweet Corn #EFE077

Tints of Sweet Corn #EFE077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.45%

R = 41.07%
G = 38.49%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EFE077 (or 0xEFE077) is known color: Sweet Corn. HEX triplet: EF, E0 and 77. RGB value is (239,224,119). Sum of RGB (Red+Green+Blue) = 239+224+119=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 119 (46.88% from 255 or 20.45% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE077 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE077 is #101F88. Grayscale: #D8D8D8. Windows color (decimal): -1056649 or 7856367. OLE color: 7856367.

HSL color Cylindrical-coordinate representation of color #EFE077: hue angle of 52.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFE077 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 224 119 -
CMYK 0 0.06 0.50 0.06
HSL 52.5º 0.79% 0.7% -
HSV(B) 52.5º 0.5% 0.94% -
XYZ 65.58 72.99 28.09 -
YUV 216.52 72.97 144.04 -
System Red Green Blue C M Y K H S L
Decimal 239 224 119 0 0.06 0.50 0.06 52.5 0.79 0.7
Hex EF E0 77 0 6 32 6 34 4F 46
Octal 357 340 167 0 6 62 6 64 117 106
Binary 11101111 11100000 1110111 0 110 110010 110 110100 1001111 1000110

Color Harmonies of #EFE077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE077

Black with #EFE077

Text Example


Text Example

White with #EFE077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE077; }

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

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

background-color css

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

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

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

border-color css

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

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

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