#EAEFCB

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

Shades of Rice Flower #EAEFCB

Tints of Rice Flower #EAEFCB

Color information

#EAEFCB (or 0xEAEFCB) is unknown color: approx Rice Flower. HEX triplet: EA, EF and CB. RGB value is (234,239,203). Sum of RGB (Red+Green+Blue) = 234+239+203=676 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.62% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 203 (79.69% from 255 or 30.03% from 676); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEFCB is #151034. Grayscale: #E9E9E9. Windows color (decimal): -1380405 or 13365226. OLE color: 13365226.

HSL color Cylindrical-coordinate representation of color #EAEFCB: hue angle of 68.33º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EAEFCB is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB234239203-
CMYK0.0200.150.06
HSL68.33º52.94%86.67%-
HSV(B)68.33º15.06%93.73%-
XYZ75.5883.5468.64-
YUV233.4110.84128.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.62%
GREEN value IS 239 (93.75% from 255) = 35.36%
BLUE value IS 203 (79.69% from 255) = 30.03%
R=34.62%
G=35.36%
B=30.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342392030.0200.150.0668.3352.9486.67
HexEAEFCB20F6443557
Octal3523573132017610465127
Binary111010101110111111001011100111111010001001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEFCB; }

 p { color: rgb(234,239,203); }

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

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

 a { background-color: rgb(234,239,203); }

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

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

 span { border-color: rgb(234,239,203); }

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