Html Css Color HEX #EEE070 Sweet Corn

📋 copy color: '#EEE070'

red 238 ◦ green 224 ◦ blue 112

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

Shades of Sweet Corn #EEE070

Tints of Sweet Corn #EEE070

RGB

 RED value IS 238 (93.36% from 255) = 41.46%

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

 BLUE value IS 112 (44.14% from 255) = 19.51%

R = 41.46%
G = 39.02%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EEE070 (or 0xEEE070) is known color: Sweet Corn. HEX triplet: EE, E0 and 70. RGB value is (238,224,112). Sum of RGB (Red+Green+Blue) = 238+224+112=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 224 (87.89% from 255 or 39.02% from 574); Blue value is 112 (44.14% from 255 or 19.51% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE070 is #111F8F. Grayscale: #D7D7D7. Windows color (decimal): -1122192 or 7397614. OLE color: 7397614.

HSL color Cylindrical-coordinate representation of color #EEE070: hue angle of 53.33º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EEE070 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 224 112 -
CMYK 0 0.06 0.53 0.07
HSL 53.33º 0.79% 0.69% -
HSV(B) 53.33º 0.53% 0.93% -
XYZ 64.84 72.66 25.94 -
YUV 215.42 69.64 144.11 -
System Red Green Blue C M Y K H S L
Decimal 238 224 112 0 0.06 0.53 0.07 53.33 0.79 0.69
Hex EE E0 70 0 6 35 7 35 4F 45
Octal 356 340 160 0 6 65 7 65 117 105
Binary 11101110 11100000 1110000 0 110 110101 111 110101 1001111 1000101

Color Harmonies of #EEE070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE070

Black with #EEE070

Text Example


Text Example

White with #EEE070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE070; }

 p { color: rgb(238,224,112); }

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

background-color css

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

 a { background-color: rgb(238,224,112); }

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

border-color css

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

 span { border-color: rgb(238,224,112); }

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