Html Css Color HEX #EAEFD7 Rice Flower

📋 copy color: '#EAEFD7'

red 234 ◦ green 239 ◦ blue 215

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

Shades of Rice Flower #EAEFD7

Tints of Rice Flower #EAEFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 31.25%

R = 34.01%
G = 34.74%
B = 31.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EAEFD7 (or 0xEAEFD7) is known color: Rice Flower. HEX triplet: EA, EF and D7. RGB value is (234,239,215). Sum of RGB (Red+Green+Blue) = 234+239+215=688 (91% of max value = 765). Red value is 234 (91.80% from 255 or 34.01% from 688); Green value is 239 (93.75% from 255 or 34.74% from 688); Blue value is 215 (84.38% from 255 or 31.25% from 688); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEFD7 is #151028. Grayscale: #EAEAEA. Windows color (decimal): -1380393 or 14151658. OLE color: 14151658.

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

Color convert

RGB 234 239 215 -
CMYK 0.02 0 0.10 0.06
HSL 72.5º 0.43% 0.89% -
HSV(B) 72.5º 0.1% 0.94% -
XYZ 77.06 84.13 76.47 -
YUV 234.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 234 239 215 0.02 0 0.10 0.06 72.5 0.43 0.89
Hex EA EF D7 2 0 A 6 48 2B 59
Octal 352 357 327 2 0 12 6 110 53 131
Binary 11101010 11101111 11010111 10 0 1010 110 1001000 101011 1011001

Color Harmonies of #EAEFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEFD7

Black with #EAEFD7

Text Example


Text Example

White with #EAEFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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