#EAF1BD

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

Shades of Chiffon #EAF1BD

Tints of Chiffon #EAF1BD

Color information

#EAF1BD (or 0xEAF1BD) is unknown color: approx Chiffon. HEX triplet: EA, F1 and BD. RGB value is (234,241,189). Sum of RGB (Red+Green+Blue) = 234+241+189=664 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.24% from 664); Green value is 241 (94.53% from 255 or 36.30% from 664); Blue value is 189 (74.22% from 255 or 28.46% from 664); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF1BD is #150E42. Grayscale: #E9E9E9. Windows color (decimal): -1379907 or 12448234. OLE color: 12448234.

HSL color Cylindrical-coordinate representation of color #EAF1BD: hue angle of 68.08º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAF1BD is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB234241189-
CMYK0.0300.220.05
HSL68.08º65%84.31%-
HSV(B)68.08º21.58%94.51%-
XYZ74.5784.0860.44-
YUV232.98103.18128.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.24%
GREEN value IS 241 (94.53% from 255) = 36.30%
BLUE value IS 189 (74.22% from 255) = 28.46%
R=35.24%
G=36.30%
B=28.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342411890.0300.220.0568.086584.31
HexEAF1BD30165444154
Octal35236127530265104101124
Binary11101010111100011011110111010110101100010010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF1BD; }

 p { color: rgb(234,241,189); }

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

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

 a { background-color: rgb(234,241,189); }

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

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

 span { border-color: rgb(234,241,189); }

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