Html Css Color HEX #EAEECD Rice Flower

📋 copy color: '#EAEECD'

red 234 ◦ green 238 ◦ blue 205

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

Shades of Rice Flower #EAEECD

Tints of Rice Flower #EAEECD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.16%

 BLUE value IS 205 (80.47% from 255) = 30.28%

R = 34.56%
G = 35.16%
B = 30.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EAEECD (or 0xEAEECD) is known color: Rice Flower. HEX triplet: EA, EE and CD. RGB value is (234,238,205). Sum of RGB (Red+Green+Blue) = 234+238+205=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 238 (93.36% from 255 or 35.16% from 677); Blue value is 205 (80.47% from 255 or 30.28% from 677); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEECD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEECD is #151132. Grayscale: #E9E9E9. Windows color (decimal): -1380659 or 13496042. OLE color: 13496042.

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

Color convert

RGB 234 238 205 -
CMYK 0.02 0 0.14 0.07
HSL 67.27º 0.49% 0.87% -
HSV(B) 67.27º 0.14% 0.93% -
XYZ 75.53 83.05 69.81 -
YUV 233.04 112.17 128.68 -
System Red Green Blue C M Y K H S L
Decimal 234 238 205 0.02 0 0.14 0.07 67.27 0.49 0.87
Hex EA EE CD 2 0 E 7 43 31 57
Octal 352 356 315 2 0 16 7 103 61 127
Binary 11101010 11101110 11001101 10 0 1110 111 1000011 110001 1010111

Color Harmonies of #EAEECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEECD

Black with #EAEECD

Text Example


Text Example

White with #EAEECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEECD; }

 p { color: rgb(234,238,205); }

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

background-color css

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

 a { background-color: rgb(234,238,205); }

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

border-color css

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

 span { border-color: rgb(234,238,205); }

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