#EAEECD

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

Shades of Rice Flower #EAEECD

Tints of Rice Flower #EAEECD

Color information

#EAEECD (or 0xEAEECD) is unknown color: approx Rice Flower. HEX triplet: EA, EE and CD. RGB value is (234,238,205). Sum of RGB (Red+Green+Blue) = 234+238+205=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 238 (93.36% from 255 or 35.16% from 677); Blue value is 205 (80.47% from 255 or 30.28% from 677); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEECD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEECD is #151132. Grayscale: #E9E9E9. Windows color (decimal): -1380659 or 13496042. OLE color: 13496042.

HSL color Cylindrical-coordinate representation of color #EAEECD: hue angle of 67.27º degrees, saturation: 0.49, 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 #EAEECD is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB234238205-
CMYK0.0200.140.07
HSL67.27º49.25%86.86%-
HSV(B)67.27º13.87%93.33%-
XYZ75.5383.0569.81-
YUV233.04112.17128.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.56%
GREEN value IS 238 (93.36% from 255) = 35.16%
BLUE value IS 205 (80.47% from 255) = 30.28%
R=34.56%
G=35.16%
B=30.28%

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
Decimal2342382050.0200.140.0767.2749.2586.86
HexEAEECD20E7433157
Octal3523563152016710361127
Binary111010101110111011001101100111011110000111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEECD; }

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

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

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

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

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

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

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

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