Html Css Color HEX #EAEDD4 Rice Flower

📋 copy color: '#EAEDD4'

red 234 ◦ green 237 ◦ blue 212

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

Shades of Rice Flower #EAEDD4

Tints of Rice Flower #EAEDD4

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.7%

 BLUE value IS 212 (83.2% from 255) = 31.04%

R = 34.26%
G = 34.7%
B = 31.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EAEDD4 (or 0xEAEDD4) is known color: Rice Flower. HEX triplet: EA, ED and D4. RGB value is (234,237,212). Sum of RGB (Red+Green+Blue) = 234+237+212=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 237 (92.97% from 255 or 34.70% from 683); Blue value is 212 (83.20% from 255 or 31.04% from 683); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEDD4 is #15122B. Grayscale: #E9E9E9. Windows color (decimal): -1380908 or 13954538. OLE color: 13954538.

HSL color Cylindrical-coordinate representation of color #EAEDD4: hue angle of 67.2º degrees, saturation: 0.41, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EAEDD4 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 237 212 -
CMYK 0.01 0 0.11 0.07
HSL 67.2º 0.41% 0.88% -
HSV(B) 67.2º 0.11% 0.93% -
XYZ 76.1 82.81 74.26 -
YUV 233.25 116.01 128.53 -
System Red Green Blue C M Y K H S L
Decimal 234 237 212 0.01 0 0.11 0.07 67.2 0.41 0.88
Hex EA ED D4 1 0 B 7 43 29 58
Octal 352 355 324 1 0 13 7 103 51 130
Binary 11101010 11101101 11010100 1 0 1011 111 1000011 101001 1011000

Color Harmonies of #EAEDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEDD4

Black with #EAEDD4

Text Example


Text Example

White with #EAEDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEDD4; }

 p { color: rgb(234,237,212); }

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

background-color css

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

 a { background-color: rgb(234,237,212); }

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

border-color css

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

 span { border-color: rgb(234,237,212); }

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