#EAF0CD

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

Shades of Rice Flower #EAF0CD

Tints of Rice Flower #EAF0CD

Color information

#EAF0CD (or 0xEAF0CD) is unknown color: approx Rice Flower. HEX triplet: EA, F0 and CD. RGB value is (234,240,205). Sum of RGB (Red+Green+Blue) = 234+240+205=679 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.46% from 679); Green value is 240 (94.14% from 255 or 35.35% from 679); Blue value is 205 (80.47% from 255 or 30.19% from 679); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF0CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF0CD is #150F32. Grayscale: #EAEAEA. Windows color (decimal): -1380147 or 13496554. OLE color: 13496554.

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

Color convert

RGB234240205-
CMYK0.0200.150.06
HSL70.29º53.85%87.25%-
HSV(B)70.29º14.58%94.12%-
XYZ76.1184.2270-
YUV234.22111.51127.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.46%
GREEN value IS 240 (94.14% from 255) = 35.35%
BLUE value IS 205 (80.47% from 255) = 30.19%
R=34.46%
G=35.35%
B=30.19%

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
Decimal2342402050.0200.150.0670.2953.8587.25
HexEAF0CD20F6463657
Octal3523603152017610666127
Binary111010101111000011001101100111111010001101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF0CD; }

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

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

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

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

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

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

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

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