Html Css Color HEX #EAF0D4 Rice Flower

📋 copy color: '#EAF0D4'

red 234 ◦ green 240 ◦ blue 212

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

Shades of Rice Flower #EAF0D4

Tints of Rice Flower #EAF0D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 30.9%

R = 34.11%
G = 34.99%
B = 30.9%

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

#EAF0D4 (or 0xEAF0D4) is known color: Rice Flower. HEX triplet: EA, F0 and D4. RGB value is (234,240,212). Sum of RGB (Red+Green+Blue) = 234+240+212=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 240 (94.14% from 255 or 34.99% from 686); Blue value is 212 (83.20% from 255 or 30.90% from 686); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF0D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF0D4 is #150F2B. Grayscale: #EBEBEB. Windows color (decimal): -1380140 or 13955306. OLE color: 13955306.

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

Color convert

RGB 234 240 212 -
CMYK 0.02 0 0.12 0.06
HSL 72.86º 0.48% 0.89% -
HSV(B) 72.86º 0.12% 0.94% -
XYZ 76.98 84.57 74.55 -
YUV 235.01 115.01 127.28 -
System Red Green Blue C M Y K H S L
Decimal 234 240 212 0.02 0 0.12 0.06 72.86 0.48 0.89
Hex EA F0 D4 2 0 C 6 49 30 59
Octal 352 360 324 2 0 14 6 111 60 131
Binary 11101010 11110000 11010100 10 0 1100 110 1001001 110000 1011001

Color Harmonies of #EAF0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF0D4

Black with #EAF0D4

Text Example


Text Example

White with #EAF0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF0D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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