Html Css Color HEX #EAF0D3 Rice Flower

📋 copy color: '#EAF0D3'

red 234 ◦ green 240 ◦ blue 211

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

Shades of Rice Flower #EAF0D3

Tints of Rice Flower #EAF0D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 30.8%

R = 34.16%
G = 35.04%
B = 30.8%

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

#EAF0D3 (or 0xEAF0D3) is known color: Rice Flower. HEX triplet: EA, F0 and D3. RGB value is (234,240,211). Sum of RGB (Red+Green+Blue) = 234+240+211=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 240 (94.14% from 255 or 35.04% from 685); Blue value is 211 (82.81% from 255 or 30.80% from 685); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF0D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF0D3 is #150F2C. Grayscale: #EBEBEB. Windows color (decimal): -1380141 or 13889770. OLE color: 13889770.

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

Color convert

RGB 234 240 211 -
CMYK 0.02 0 0.12 0.06
HSL 72.41º 0.49% 0.88% -
HSV(B) 72.41º 0.12% 0.94% -
XYZ 76.85 84.52 73.89 -
YUV 234.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 234 240 211 0.02 0 0.12 0.06 72.41 0.49 0.88
Hex EA F0 D3 2 0 C 6 48 31 58
Octal 352 360 323 2 0 14 6 110 61 130
Binary 11101010 11110000 11010011 10 0 1100 110 1001000 110001 1011000

Color Harmonies of #EAF0D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF0D3

Black with #EAF0D3

Text Example


Text Example

White with #EAF0D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF0D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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