#EAF4B8

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

Shades of Chiffon #EAF4B8

Tints of Chiffon #EAF4B8

Color information

#EAF4B8 (or 0xEAF4B8) is unknown color: approx Chiffon. HEX triplet: EA, F4 and B8. RGB value is (234,244,184). Sum of RGB (Red+Green+Blue) = 234+244+184=662 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.35% from 662); Green value is 244 (95.70% from 255 or 36.86% from 662); Blue value is 184 (72.27% from 255 or 27.79% from 662); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF4B8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF4B8 is #150B47. Grayscale: #EAEAEA. Windows color (decimal): -1379144 or 12121322. OLE color: 12121322.

HSL color Cylindrical-coordinate representation of color #EAF4B8: hue angle of 70º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAF4B8 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB234244184-
CMYK0.0400.250.04
HSL70º73.17%83.92%-
HSV(B)70º24.59%95.69%-
XYZ74.9385.6557.93-
YUV234.1799.69127.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.35%
GREEN value IS 244 (95.70% from 255) = 36.86%
BLUE value IS 184 (72.27% from 255) = 27.79%
R=35.35%
G=36.86%
B=27.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342441840.0400.250.047073.1783.92
HexEAF4B840194464954
Octal35236427040314106111124
Binary111010101111010010111000100011001100100011010010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF4B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF4B8; }

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

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

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

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

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

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

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

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