Html Css Color HEX #EAEFD2 Rice Flower

📋 copy color: '#EAEFD2'

red 234 ◦ green 239 ◦ blue 210

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

Shades of Rice Flower #EAEFD2

Tints of Rice Flower #EAEFD2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.99%

 BLUE value IS 210 (82.42% from 255) = 30.75%

R = 34.26%
G = 34.99%
B = 30.75%

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

#EAEFD2 (or 0xEAEFD2) is known color: Rice Flower. HEX triplet: EA, EF and D2. RGB value is (234,239,210). Sum of RGB (Red+Green+Blue) = 234+239+210=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 239 (93.75% from 255 or 34.99% from 683); Blue value is 210 (82.42% from 255 or 30.75% from 683); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEFD2 is #15102D. Grayscale: #EAEAEA. Windows color (decimal): -1380398 or 13823978. OLE color: 13823978.

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

Color convert

RGB 234 239 210 -
CMYK 0.02 0 0.12 0.06
HSL 70.34º 0.48% 0.88% -
HSV(B) 70.34º 0.12% 0.94% -
XYZ 76.43 83.88 73.13 -
YUV 234.2 114.34 127.86 -
System Red Green Blue C M Y K H S L
Decimal 234 239 210 0.02 0 0.12 0.06 70.34 0.48 0.88
Hex EA EF D2 2 0 C 6 46 30 58
Octal 352 357 322 2 0 14 6 106 60 130
Binary 11101010 11101111 11010010 10 0 1100 110 1000110 110000 1011000

Color Harmonies of #EAEFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEFD2

Black with #EAEFD2

Text Example


Text Example

White with #EAEFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEFD2; }

 p { color: rgb(234,239,210); }

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

background-color css

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

 a { background-color: rgb(234,239,210); }

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

border-color css

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

 span { border-color: rgb(234,239,210); }

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