#EAEECC

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

Shades of Rice Flower #EAEECC

Tints of Rice Flower #EAEECC

Color information

#EAEECC (or 0xEAEECC) is unknown color: approx Rice Flower. HEX triplet: EA, EE and CC. RGB value is (234,238,204). Sum of RGB (Red+Green+Blue) = 234+238+204=676 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.62% from 676); Green value is 238 (93.36% from 255 or 35.21% from 676); Blue value is 204 (80.08% from 255 or 30.18% from 676); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEECC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEECC is #151133. Grayscale: #E9E9E9. Windows color (decimal): -1380660 or 13430506. OLE color: 13430506.

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

Color convert

RGB234238204-
CMYK0.0200.140.07
HSL67.06º50%86.67%-
HSV(B)67.06º14.29%93.33%-
XYZ75.418369.17-
YUV232.93111.67128.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.62%
GREEN value IS 238 (93.36% from 255) = 35.21%
BLUE value IS 204 (80.08% from 255) = 30.18%
R=34.62%
G=35.21%
B=30.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342382040.0200.140.0767.065086.67
HexEAEECC20E7433257
Octal3523563142016710362127
Binary111010101110111011001100100111011110000111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEECC; }

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

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

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

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

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

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

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

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