#EAF2CD

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

Shades of Rice Flower #EAF2CD

Tints of Rice Flower #EAF2CD

Color information

#EAF2CD (or 0xEAF2CD) is unknown color: approx Rice Flower. HEX triplet: EA, F2 and CD. RGB value is (234,242,205). Sum of RGB (Red+Green+Blue) = 234+242+205=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 242 (94.92% from 255 or 35.54% from 681); Blue value is 205 (80.47% from 255 or 30.10% from 681); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF2CD is #150D32. Grayscale: #EBEBEB. Windows color (decimal): -1379635 or 13497066. OLE color: 13497066.

HSL color Cylindrical-coordinate representation of color #EAF2CD: hue angle of 72.97º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EAF2CD is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB234242205-
CMYK0.0300.150.05
HSL72.97º58.73%87.65%-
HSV(B)72.97º15.29%94.9%-
XYZ76.785.470.2-
YUV235.39110.85127.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.36%
GREEN value IS 242 (94.92% from 255) = 35.54%
BLUE value IS 205 (80.47% from 255) = 30.10%
R=34.36%
G=35.54%
B=30.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342422050.0300.150.0572.9758.7387.65
HexEAF2CD30F5493b58
Octal3523623153017511173130
Binary111010101111001011001101110111110110010011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF2CD; }

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

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

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

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

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

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

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

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