#EAF9B6

Color #EAF9B6 Chiffon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chiffon #EAF9B6

Tints of Chiffon #EAF9B6

Color information

#EAF9B6 (or 0xEAF9B6) is unknown color: approx Chiffon. HEX triplet: EA, F9 and B6. RGB value is (234,249,182). Sum of RGB (Red+Green+Blue) = 234+249+182=665 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.19% from 665); Green value is 249 (97.66% from 255 or 37.44% from 665); Blue value is 182 (71.48% from 255 or 27.37% from 665); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF9B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF9B6 is #150649. Grayscale: #EDEDED. Windows color (decimal): -1377866 or 11991530. OLE color: 11991530.

HSL color Cylindrical-coordinate representation of color #EAF9B6: hue angle of 73.43º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAF9B6 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB234249182-
CMYK0.0600.270.02
HSL73.43º84.81%84.51%-
HSV(B)73.43º26.91%97.65%-
XYZ76.2588.6257.34-
YUV236.8897.03125.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.19%
GREEN value IS 249 (97.66% from 255) = 37.44%
BLUE value IS 182 (71.48% from 255) = 27.37%
R=35.19%
G=37.44%
B=27.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342491820.0600.270.0273.4384.8184.51
HexEAF9B6601B2495555
Octal35237126660332111125125
Binary11101010111110011011011011001101110100100110101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF9B6; }

 p { color: rgb(234,249,182); }

 H1.HeaderClassName
 {
   color: #EAF9B6;
 }
 .AnyTagClassName
 {
   color: #EAF9B6;
 }
</style>
background-color css

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

 a { background-color: rgb(234,249,182); }

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

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

 span { border-color: rgb(234,249,182); }

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