Html Css Color HEX #EAEFD5 Rice Flower

📋 copy color: '#EAEFD5'

red 234 ◦ green 239 ◦ blue 213

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

Shades of Rice Flower #EAEFD5

Tints of Rice Flower #EAEFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 31.05%

R = 34.11%
G = 34.84%
B = 31.05%

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

#EAEFD5 (or 0xEAEFD5) is known color: Rice Flower. HEX triplet: EA, EF and D5. RGB value is (234,239,213). Sum of RGB (Red+Green+Blue) = 234+239+213=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 239 (93.75% from 255 or 34.84% from 686); Blue value is 213 (83.59% from 255 or 31.05% from 686); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEFD5 is #15102A. Grayscale: #EAEAEA. Windows color (decimal): -1380395 or 14020586. OLE color: 14020586.

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

Color convert

RGB 234 239 213 -
CMYK 0.02 0 0.11 0.06
HSL 71.54º 0.45% 0.89% -
HSV(B) 71.54º 0.11% 0.94% -
XYZ 76.81 84.03 75.12 -
YUV 234.54 115.84 127.61 -
System Red Green Blue C M Y K H S L
Decimal 234 239 213 0.02 0 0.11 0.06 71.54 0.45 0.89
Hex EA EF D5 2 0 B 6 48 2D 59
Octal 352 357 325 2 0 13 6 110 55 131
Binary 11101010 11101111 11010101 10 0 1011 110 1001000 101101 1011001

Color Harmonies of #EAEFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEFD5

Black with #EAEFD5

Text Example


Text Example

White with #EAEFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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