#EAF1B8

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

Shades of Chiffon #EAF1B8

Tints of Chiffon #EAF1B8

Color information

#EAF1B8 (or 0xEAF1B8) is unknown color: approx Chiffon. HEX triplet: EA, F1 and B8. RGB value is (234,241,184). Sum of RGB (Red+Green+Blue) = 234+241+184=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 241 (94.53% from 255 or 36.57% from 659); Blue value is 184 (72.27% from 255 or 27.92% from 659); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1B8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF1B8 is #150E47. Grayscale: #E8E8E8. Windows color (decimal): -1379912 or 12120554. OLE color: 12120554.

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

Color convert

RGB234241184-
CMYK0.0300.240.05
HSL67.37º67.06%83.33%-
HSV(B)67.37º23.65%94.51%-
XYZ74.0483.8657.63-
YUV232.41100.68129.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.51%
GREEN value IS 241 (94.53% from 255) = 36.57%
BLUE value IS 184 (72.27% from 255) = 27.92%
R=35.51%
G=36.57%
B=27.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342411840.0300.240.0567.3767.0683.33
HexEAF1B830185434353
Octal35236127030305103103123
Binary11101010111100011011100011011000101100001110000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF1B8; }

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

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

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

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

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

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

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

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