#EAF0CC

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

Shades of Rice Flower #EAF0CC

Tints of Rice Flower #EAF0CC

Color information

#EAF0CC (or 0xEAF0CC) is unknown color: approx Rice Flower. HEX triplet: EA, F0 and CC. RGB value is (234,240,204). Sum of RGB (Red+Green+Blue) = 234+240+204=678 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.51% from 678); Green value is 240 (94.14% from 255 or 35.40% from 678); Blue value is 204 (80.08% from 255 or 30.09% from 678); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF0CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF0CC is #150F33. Grayscale: #EAEAEA. Windows color (decimal): -1380148 or 13431018. OLE color: 13431018.

HSL color Cylindrical-coordinate representation of color #EAF0CC: hue angle of 70º degrees, saturation: 0.55, 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 #EAF0CC is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB234240204-
CMYK0.0200.150.06
HSL70º54.55%87.06%-
HSV(B)70º15%94.12%-
XYZ75.9984.1769.37-
YUV234.1111.01127.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.51%
GREEN value IS 240 (94.14% from 255) = 35.40%
BLUE value IS 204 (80.08% from 255) = 30.09%
R=34.51%
G=35.40%
B=30.09%

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
Decimal2342402040.0200.150.067054.5587.06
HexEAF0CC20F6463757
Octal3523603142017610667127
Binary111010101111000011001100100111111010001101101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF0CC; }

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

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

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

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

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

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

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

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