Html Css Color HEX #EAF2C2 Chiffon

📋 copy color: '#EAF2C2'

red 234 ◦ green 242 ◦ blue 194

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

Shades of Chiffon #EAF2C2

Tints of Chiffon #EAF2C2

RGB

 RED value IS 234 (91.8% from 255) = 34.93%

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

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

R = 34.93%
G = 36.12%
B = 28.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#EAF2C2 (or 0xEAF2C2) is known color: Chiffon. HEX triplet: EA, F2 and C2. RGB value is (234,242,194). Sum of RGB (Red+Green+Blue) = 234+242+194=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 242 (94.92% from 255 or 36.12% from 670); Blue value is 194 (76.17% from 255 or 28.96% from 670); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF2C2 is #150D3D. Grayscale: #EAEAEA. Windows color (decimal): -1379646 or 12776170. OLE color: 12776170.

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

Color convert

RGB 234 242 194 -
CMYK 0.03 0 0.20 0.05
HSL 70º 0.65% 0.85% -
HSV(B) 70º 0.2% 0.95% -
XYZ 75.42 84.89 63.45 -
YUV 234.14 105.35 127.9 -
System Red Green Blue C M Y K H S L
Decimal 234 242 194 0.03 0 0.20 0.05 70 0.65 0.85
Hex EA F2 C2 3 0 14 5 46 41 55
Octal 352 362 302 3 0 24 5 106 101 125
Binary 11101010 11110010 11000010 11 0 10100 101 1000110 1000001 1010101

Color Harmonies of #EAF2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF2C2

Black with #EAF2C2

Text Example


Text Example

White with #EAF2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF2C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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