#EBEED4

Color #EBEED4 Rice Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rice Flower #EBEED4

Tints of Rice Flower #EBEED4

Color information

#EBEED4 (or 0xEBEED4) is unknown color: approx Rice Flower. HEX triplet: EB, EE and D4. RGB value is (235,238,212). Sum of RGB (Red+Green+Blue) = 235+238+212=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 238 (93.36% from 255 or 34.74% from 685); Blue value is 212 (83.20% from 255 or 30.95% from 685); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEED4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEED4 is #14112B. Grayscale: #EAEAEA. Windows color (decimal): -1315116 or 13954795. OLE color: 13954795.

HSL color Cylindrical-coordinate representation of color #EBEED4: hue angle of 66.92º degrees, saturation: 0.43, 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 #EBEED4 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB235238212-
CMYK0.0100.110.07
HSL66.92º43.33%88.24%-
HSV(B)66.92º10.92%93.33%-
XYZ76.7283.5674.37-
YUV234.14115.51128.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.31%
GREEN value IS 238 (93.36% from 255) = 34.74%
BLUE value IS 212 (83.20% from 255) = 30.95%
R=34.31%
G=34.74%
B=30.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352382120.0100.110.0766.9243.3388.24
HexEBEED410B7432b58
Octal3533563241013710353130
Binary11101011111011101101010010101111110000111010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEED4; }

 p { color: rgb(235,238,212); }

 H1.HeaderClassName
 {
   color: #EBEED4;
 }
 .AnyTagClassName
 {
   color: #EBEED4;
 }
</style>
background-color css

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

 a { background-color: rgb(235,238,212); }

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

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

 span { border-color: rgb(235,238,212); }

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