#EBEFD4

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

Shades of Rice Flower #EBEFD4

Tints of Rice Flower #EBEFD4

Color information

#EBEFD4 (or 0xEBEFD4) is unknown color: approx Rice Flower. HEX triplet: EB, EF and D4. RGB value is (235,239,212). Sum of RGB (Red+Green+Blue) = 235+239+212=686 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.26% from 686); Green value is 239 (93.75% from 255 or 34.84% from 686); Blue value is 212 (83.20% from 255 or 30.90% from 686); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEFD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEFD4 is #14102B. Grayscale: #EAEAEA. Windows color (decimal): -1314860 or 13955051. OLE color: 13955051.

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

Color convert

RGB235239212-
CMYK0.0200.110.06
HSL68.89º45.76%88.43%-
HSV(B)68.89º11.3%93.73%-
XYZ77.0184.1574.47-
YUV234.73115.17128.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.26%
GREEN value IS 239 (93.75% from 255) = 34.84%
BLUE value IS 212 (83.20% from 255) = 30.90%
R=34.26%
G=34.84%
B=30.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352392120.0200.110.0668.8945.7688.43
HexEBEFD420B6452e58
Octal3533573242013610556130
Binary111010111110111111010100100101111010001011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEFD4; }

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

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

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

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

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

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

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

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