Html Css Color HEX #EAF2D4 Rice Flower

📋 copy color: '#EAF2D4'

red 234 ◦ green 242 ◦ blue 212

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

Shades of Rice Flower #EAF2D4

Tints of Rice Flower #EAF2D4

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.17%

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

R = 34.01%
G = 35.17%
B = 30.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#EAF2D4 (or 0xEAF2D4) is known color: Rice Flower. HEX triplet: EA, F2 and D4. RGB value is (234,242,212). Sum of RGB (Red+Green+Blue) = 234+242+212=688 (91% of max value = 765). Red value is 234 (91.80% from 255 or 34.01% from 688); Green value is 242 (94.92% from 255 or 35.17% from 688); Blue value is 212 (83.20% from 255 or 30.81% from 688); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF2D4 is #150D2B. Grayscale: #ECECEC. Windows color (decimal): -1379628 or 13955818. OLE color: 13955818.

HSL color Cylindrical-coordinate representation of color #EAF2D4: hue angle of 76º degrees, saturation: 0.54, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EAF2D4 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 242 212 -
CMYK 0.03 0 0.12 0.05
HSL 76º 0.54% 0.89% -
HSV(B) 76º 0.12% 0.95% -
XYZ 77.57 85.75 74.75 -
YUV 236.19 114.35 126.44 -
System Red Green Blue C M Y K H S L
Decimal 234 242 212 0.03 0 0.12 0.05 76 0.54 0.89
Hex EA F2 D4 3 0 C 5 4C 36 59
Octal 352 362 324 3 0 14 5 114 66 131
Binary 11101010 11110010 11010100 11 0 1100 101 1001100 110110 1011001

Color Harmonies of #EAF2D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF2D4

Black with #EAF2D4

Text Example


Text Example

White with #EAF2D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF2D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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