#EAF6BD

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

Shades of Chiffon #EAF6BD

Tints of Chiffon #EAF6BD

Color information

#EAF6BD (or 0xEAF6BD) is unknown color: approx Chiffon. HEX triplet: EA, F6 and BD. RGB value is (234,246,189). Sum of RGB (Red+Green+Blue) = 234+246+189=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 246 (96.48% from 255 or 36.77% from 669); Blue value is 189 (74.22% from 255 or 28.25% from 669); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF6BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF6BD is #150942. Grayscale: #ECECEC. Windows color (decimal): -1378627 or 12449514. OLE color: 12449514.

HSL color Cylindrical-coordinate representation of color #EAF6BD: hue angle of 72.63º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAF6BD is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB234246189-
CMYK0.0500.230.04
HSL72.63º76%85.29%-
HSV(B)72.63º23.17%96.47%-
XYZ76.0787.0860.94-
YUV235.91101.52126.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.98%
GREEN value IS 246 (96.48% from 255) = 36.77%
BLUE value IS 189 (74.22% from 255) = 28.25%
R=34.98%
G=36.77%
B=28.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342461890.0500.230.0472.637685.29
HexEAF6BD50174494c55
Octal35236627550274111114125
Binary111010101111011010111101101010111100100100110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF6BD; }

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

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

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

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

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

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

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

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