Html Css Color HEX #EAF0D6 Rice Flower

📋 copy color: '#EAF0D6'

red 234 ◦ green 240 ◦ blue 214

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

Shades of Rice Flower #EAF0D6

Tints of Rice Flower #EAF0D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 31.1%

R = 34.01%
G = 34.88%
B = 31.1%

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

#EAF0D6 (or 0xEAF0D6) is known color: Rice Flower. HEX triplet: EA, F0 and D6. RGB value is (234,240,214). Sum of RGB (Red+Green+Blue) = 234+240+214=688 (91% of max value = 765). Red value is 234 (91.80% from 255 or 34.01% from 688); Green value is 240 (94.14% from 255 or 34.88% from 688); Blue value is 214 (83.98% from 255 or 31.10% from 688); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF0D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF0D6 is #150F29. Grayscale: #EBEBEB. Windows color (decimal): -1380138 or 14086378. OLE color: 14086378.

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

Color convert

RGB 234 240 214 -
CMYK 0.02 0 0.11 0.06
HSL 73.85º 0.46% 0.89% -
HSV(B) 73.85º 0.11% 0.94% -
XYZ 77.23 84.67 75.89 -
YUV 235.24 116.01 127.11 -
System Red Green Blue C M Y K H S L
Decimal 234 240 214 0.02 0 0.11 0.06 73.85 0.46 0.89
Hex EA F0 D6 2 0 B 6 4A 2E 59
Octal 352 360 326 2 0 13 6 112 56 131
Binary 11101010 11110000 11010110 10 0 1011 110 1001010 101110 1011001

Color Harmonies of #EAF0D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF0D6

Black with #EAF0D6

Text Example


Text Example

White with #EAF0D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF0D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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