Html Css Color HEX #EAF0D5 Rice Flower

📋 copy color: '#EAF0D5'

red 234 ◦ green 240 ◦ blue 213

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

Shades of Rice Flower #EAF0D5

Tints of Rice Flower #EAF0D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 31%

R = 34.06%
G = 34.93%
B = 31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EAF0D5 (or 0xEAF0D5) is known color: Rice Flower. HEX triplet: EA, F0 and D5. RGB value is (234,240,213). Sum of RGB (Red+Green+Blue) = 234+240+213=687 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.06% from 687); Green value is 240 (94.14% from 255 or 34.93% from 687); Blue value is 213 (83.59% from 255 or 31.00% from 687); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF0D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF0D5 is #150F2A. Grayscale: #EBEBEB. Windows color (decimal): -1380139 or 14020842. OLE color: 14020842.

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

Color convert

RGB 234 240 213 -
CMYK 0.02 0 0.11 0.06
HSL 73.33º 0.47% 0.89% -
HSV(B) 73.33º 0.11% 0.94% -
XYZ 77.1 84.62 75.22 -
YUV 235.13 115.51 127.2 -
System Red Green Blue C M Y K H S L
Decimal 234 240 213 0.02 0 0.11 0.06 73.33 0.47 0.89
Hex EA F0 D5 2 0 B 6 49 2F 59
Octal 352 360 325 2 0 13 6 111 57 131
Binary 11101010 11110000 11010101 10 0 1011 110 1001001 101111 1011001

Color Harmonies of #EAF0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF0D5

Black with #EAF0D5

Text Example


Text Example

White with #EAF0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF0D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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