Html Css Color HEX #EAF0D2 Rice Flower

📋 copy color: '#EAF0D2'

red 234 ◦ green 240 ◦ blue 210

#EAF0D2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rice Flower #EAF0D2

Tints of Rice Flower #EAF0D2

RGB

 RED value IS 234 (91.8% from 255) = 34.21%

 GREEN value IS 240 (94.14% from 255) = 35.09%

 BLUE value IS 210 (82.42% from 255) = 30.7%

R = 34.21%
G = 35.09%
B = 30.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EAF0D2 (or 0xEAF0D2) is known color: Rice Flower. HEX triplet: EA, F0 and D2. RGB value is (234,240,210). Sum of RGB (Red+Green+Blue) = 234+240+210=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 240 (94.14% from 255 or 35.09% from 684); Blue value is 210 (82.42% from 255 or 30.70% from 684); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF0D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF0D2 is #150F2D. Grayscale: #EAEAEA. Windows color (decimal): -1380142 or 13824234. OLE color: 13824234.

HSL color Cylindrical-coordinate representation of color #EAF0D2: hue angle of 72º degrees, saturation: 0.5, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EAF0D2 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 234 240 210 -
CMYK 0.02 0 0.12 0.06
HSL 72º 0.5% 0.88% -
HSV(B) 72º 0.13% 0.94% -
XYZ 76.72 84.47 73.23 -
YUV 234.79 114.01 127.44 -
System Red Green Blue C M Y K H S L
Decimal 234 240 210 0.02 0 0.12 0.06 72 0.5 0.88
Hex EA F0 D2 2 0 C 6 48 32 58
Octal 352 360 322 2 0 14 6 110 62 130
Binary 11101010 11110000 11010010 10 0 1100 110 1001000 110010 1011000

Color Harmonies of #EAF0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF0D2

Black with #EAF0D2

Text Example


Text Example

White with #EAF0D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF0D2; }

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

 H1.HeaderClassName
 {
   color: #EAF0D2;
 }
 .AnyTagClassName
 {
   color: #EAF0D2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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