Html Css Color HEX #EFE074 Sweet Corn

📋 copy color: '#EFE074'

red 239 ◦ green 224 ◦ blue 116

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

Shades of Sweet Corn #EFE074

Tints of Sweet Corn #EFE074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.03%

R = 41.28%
G = 38.69%
B = 20.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFE074 (or 0xEFE074) is known color: Sweet Corn. HEX triplet: EF, E0 and 74. RGB value is (239,224,116). Sum of RGB (Red+Green+Blue) = 239+224+116=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 224 (87.89% from 255 or 38.69% from 579); Blue value is 116 (45.70% from 255 or 20.03% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE074 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE074 is #101F8B. Grayscale: #D8D8D8. Windows color (decimal): -1056652 or 7659759. OLE color: 7659759.

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

Color convert

RGB 239 224 116 -
CMYK 0 0.06 0.51 0.06
HSL 52.68º 0.79% 0.7% -
HSV(B) 52.68º 0.51% 0.94% -
XYZ 65.4 72.92 27.15 -
YUV 216.17 71.47 144.28 -
System Red Green Blue C M Y K H S L
Decimal 239 224 116 0 0.06 0.51 0.06 52.68 0.79 0.7
Hex EF E0 74 0 6 33 6 35 4F 46
Octal 357 340 164 0 6 63 6 65 117 106
Binary 11101111 11100000 1110100 0 110 110011 110 110101 1001111 1000110

Color Harmonies of #EFE074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE074

Black with #EFE074

Text Example


Text Example

White with #EFE074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE074; }

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

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

background-color css

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

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

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

border-color css

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

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

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