Html Css Color HEX #EAEDCC Rice Flower

📋 copy color: '#EAEDCC'

red 234 ◦ green 237 ◦ blue 204

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

Shades of Rice Flower #EAEDCC

Tints of Rice Flower #EAEDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 30.22%

R = 34.67%
G = 35.11%
B = 30.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EAEDCC (or 0xEAEDCC) is known color: Rice Flower. HEX triplet: EA, ED and CC. RGB value is (234,237,204). Sum of RGB (Red+Green+Blue) = 234+237+204=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 204 (80.08% from 255 or 30.22% from 675); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEDCC is #151233. Grayscale: #E8E8E8. Windows color (decimal): -1380916 or 13430250. OLE color: 13430250.

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

Color convert

RGB 234 237 204 -
CMYK 0.01 0 0.14 0.07
HSL 65.45º 0.48% 0.86% -
HSV(B) 65.45º 0.14% 0.93% -
XYZ 75.11 82.42 69.08 -
YUV 232.34 112.01 129.18 -
System Red Green Blue C M Y K H S L
Decimal 234 237 204 0.01 0 0.14 0.07 65.45 0.48 0.86
Hex EA ED CC 1 0 E 7 41 30 56
Octal 352 355 314 1 0 16 7 101 60 126
Binary 11101010 11101101 11001100 1 0 1110 111 1000001 110000 1010110

Color Harmonies of #EAEDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEDCC

Black with #EAEDCC

Text Example


Text Example

White with #EAEDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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