#EAEECB

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

Shades of Rice Flower #EAEECB

Tints of Rice Flower #EAEECB

Color information

#EAEECB (or 0xEAEECB) is unknown color: approx Rice Flower. HEX triplet: EA, EE and CB. RGB value is (234,238,203). Sum of RGB (Red+Green+Blue) = 234+238+203=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 238 (93.36% from 255 or 35.26% from 675); Blue value is 203 (79.69% from 255 or 30.07% from 675); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEECB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEECB is #151134. Grayscale: #E8E8E8. Windows color (decimal): -1380661 or 13364970. OLE color: 13364970.

HSL color Cylindrical-coordinate representation of color #EAEECB: hue angle of 66.86º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EAEECB is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB234238203-
CMYK0.0200.150.07
HSL66.86º50.72%86.47%-
HSV(B)66.86º14.71%93.33%-
XYZ75.2982.9568.54-
YUV232.81111.17128.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.67%
GREEN value IS 238 (93.36% from 255) = 35.26%
BLUE value IS 203 (79.69% from 255) = 30.07%
R=34.67%
G=35.26%
B=30.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342382030.0200.150.0766.8650.7286.47
HexEAEECB20F7433356
Octal3523563132017710363126
Binary111010101110111011001011100111111110000111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEECB; }

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

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

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

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

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

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

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

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