Html Css Color HEX #EEE270 Sweet Corn

📋 copy color: '#EEE270'

red 238 ◦ green 226 ◦ blue 112

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

Shades of Sweet Corn #EEE270

Tints of Sweet Corn #EEE270

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.24%

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

R = 41.32%
G = 39.24%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EEE270 (or 0xEEE270) is known color: Sweet Corn. HEX triplet: EE, E2 and 70. RGB value is (238,226,112). Sum of RGB (Red+Green+Blue) = 238+226+112=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 226 (88.67% from 255 or 39.24% from 576); Blue value is 112 (44.14% from 255 or 19.44% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE270 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE270 is #111D8F. Grayscale: #D9D9D9. Windows color (decimal): -1121680 or 7398126. OLE color: 7398126.

HSL color Cylindrical-coordinate representation of color #EEE270: hue angle of 54.29º 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 #EEE270 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 226 112 -
CMYK 0 0.05 0.53 0.07
HSL 54.29º 0.79% 0.69% -
HSV(B) 54.29º 0.53% 0.93% -
XYZ 65.38 73.74 26.12 -
YUV 216.59 68.98 143.27 -
System Red Green Blue C M Y K H S L
Decimal 238 226 112 0 0.05 0.53 0.07 54.29 0.79 0.69
Hex EE E2 70 0 5 35 7 36 4F 45
Octal 356 342 160 0 5 65 7 66 117 105
Binary 11101110 11100010 1110000 0 101 110101 111 110110 1001111 1000101

Color Harmonies of #EEE270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE270

Black with #EEE270

Text Example


Text Example

White with #EEE270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE270; }

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

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

background-color css

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

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

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

border-color css

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

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

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