#EAECCF

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

Shades of Rice Flower #EAECCF

Tints of Rice Flower #EAECCF

Color information

#EAECCF (or 0xEAECCF) is unknown color: approx Rice Flower. HEX triplet: EA, EC and CF. RGB value is (234,236,207). Sum of RGB (Red+Green+Blue) = 234+236+207=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 236 (92.58% from 255 or 34.86% from 677); Blue value is 207 (81.25% from 255 or 30.58% from 677); Max value from RGB is 236 - color contains mainly: green. Hex color #EAECCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAECCF is #151330. Grayscale: #E8E8E8. Windows color (decimal): -1381169 or 13626602. OLE color: 13626602.

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

Color convert

RGB234236207-
CMYK0.0100.120.07
HSL64.14º43.28%86.86%-
HSV(B)64.14º12.29%92.55%-
XYZ75.1981.9970.89-
YUV232.1113.84129.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.56%
GREEN value IS 236 (92.58% from 255) = 34.86%
BLUE value IS 207 (81.25% from 255) = 30.58%
R=34.56%
G=34.86%
B=30.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342362070.0100.120.0764.1443.2886.86
HexEAECCF10C7402b57
Octal3523543171014710053127
Binary11101010111011001100111110110011110000001010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAECCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAECCF; }

 p { color: rgb(234,236,207); }

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

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

 a { background-color: rgb(234,236,207); }

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

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

 span { border-color: rgb(234,236,207); }

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