Html Css Color HEX #EEF2C2 Chiffon

📋 copy color: '#EEF2C2'

red 238 ◦ green 242 ◦ blue 194

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

Shades of Chiffon #EEF2C2

Tints of Chiffon #EEF2C2

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.91%

 BLUE value IS 194 (76.17% from 255) = 28.78%

R = 35.31%
G = 35.91%
B = 28.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#EEF2C2 (or 0xEEF2C2) is known color: Chiffon. HEX triplet: EE, F2 and C2. RGB value is (238,242,194). Sum of RGB (Red+Green+Blue) = 238+242+194=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 242 (94.92% from 255 or 35.91% from 674); Blue value is 194 (76.17% from 255 or 28.78% from 674); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2C2 is #110D3D. Grayscale: #EBEBEB. Windows color (decimal): -1117502 or 12776174. OLE color: 12776174.

HSL color Cylindrical-coordinate representation of color #EEF2C2: hue angle of 65º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEF2C2 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 242 194 -
CMYK 0.02 0 0.20 0.05
HSL 65º 0.65% 0.85% -
HSV(B) 65º 0.2% 0.95% -
XYZ 76.75 85.58 63.51 -
YUV 235.33 104.67 129.9 -
System Red Green Blue C M Y K H S L
Decimal 238 242 194 0.02 0 0.20 0.05 65 0.65 0.85
Hex EE F2 C2 2 0 14 5 41 41 55
Octal 356 362 302 2 0 24 5 101 101 125
Binary 11101110 11110010 11000010 10 0 10100 101 1000001 1000001 1010101

Color Harmonies of #EEF2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF2C2

Black with #EEF2C2

Text Example


Text Example

White with #EEF2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF2C2; }

 p { color: rgb(238,242,194); }

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

background-color css

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

 a { background-color: rgb(238,242,194); }

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

border-color css

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

 span { border-color: rgb(238,242,194); }

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