Html Css Color HEX #EAF2D1 Rice Flower

📋 copy color: '#EAF2D1'

red 234 ◦ green 242 ◦ blue 209

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

Shades of Rice Flower #EAF2D1

Tints of Rice Flower #EAF2D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 30.51%

R = 34.16%
G = 35.33%
B = 30.51%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#EAF2D1 (or 0xEAF2D1) is known color: Rice Flower. HEX triplet: EA, F2 and D1. RGB value is (234,242,209). Sum of RGB (Red+Green+Blue) = 234+242+209=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 242 (94.92% from 255 or 35.33% from 685); Blue value is 209 (82.03% from 255 or 30.51% from 685); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF2D1 is #150D2E. Grayscale: #EBEBEB. Windows color (decimal): -1379631 or 13759210. OLE color: 13759210.

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

Color convert

RGB 234 242 209 -
CMYK 0.03 0 0.14 0.05
HSL 74.55º 0.56% 0.88% -
HSV(B) 74.55º 0.14% 0.95% -
XYZ 77.19 85.6 72.78 -
YUV 235.85 112.85 126.68 -
System Red Green Blue C M Y K H S L
Decimal 234 242 209 0.03 0 0.14 0.05 74.55 0.56 0.88
Hex EA F2 D1 3 0 E 5 4B 38 58
Octal 352 362 321 3 0 16 5 113 70 130
Binary 11101010 11110010 11010001 11 0 1110 101 1001011 111000 1011000

Color Harmonies of #EAF2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF2D1

Black with #EAF2D1

Text Example


Text Example

White with #EAF2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF2D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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