Html Css Color HEX #EAEFD0 Rice Flower

📋 copy color: '#EAEFD0'

red 234 ◦ green 239 ◦ blue 208

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

Shades of Rice Flower #EAEFD0

Tints of Rice Flower #EAEFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 30.54%

R = 34.36%
G = 35.1%
B = 30.54%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EAEFD0 (or 0xEAEFD0) is known color: Rice Flower. HEX triplet: EA, EF and D0. RGB value is (234,239,208). Sum of RGB (Red+Green+Blue) = 234+239+208=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 239 (93.75% from 255 or 35.10% from 681); Blue value is 208 (81.64% from 255 or 30.54% from 681); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEFD0 is #15102F. Grayscale: #EAEAEA. Windows color (decimal): -1380400 or 13692906. OLE color: 13692906.

HSL color Cylindrical-coordinate representation of color #EAEFD0: hue angle of 69.68º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EAEFD0 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 234 239 208 -
CMYK 0.02 0 0.13 0.06
HSL 69.68º 0.49% 0.88% -
HSV(B) 69.68º 0.13% 0.94% -
XYZ 76.18 83.78 71.83 -
YUV 233.97 113.34 128.02 -
System Red Green Blue C M Y K H S L
Decimal 234 239 208 0.02 0 0.13 0.06 69.68 0.49 0.88
Hex EA EF D0 2 0 D 6 46 31 58
Octal 352 357 320 2 0 15 6 106 61 130
Binary 11101010 11101111 11010000 10 0 1101 110 1000110 110001 1011000

Color Harmonies of #EAEFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEFD0

Black with #EAEFD0

Text Example


Text Example

White with #EAEFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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