#EBEFCD

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

Shades of Rice Flower #EBEFCD

Tints of Rice Flower #EBEFCD

Color information

#EBEFCD (or 0xEBEFCD) is unknown color: approx Rice Flower. HEX triplet: EB, EF and CD. RGB value is (235,239,205). Sum of RGB (Red+Green+Blue) = 235+239+205=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 239 (93.75% from 255 or 35.20% from 679); Blue value is 205 (80.47% from 255 or 30.19% from 679); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEFCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEFCD is #141032. Grayscale: #EAEAEA. Windows color (decimal): -1314867 or 13496299. OLE color: 13496299.

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

Color convert

RGB235239205-
CMYK0.0200.140.06
HSL67.06º51.52%87.06%-
HSV(B)67.06º14.23%93.73%-
XYZ76.1583.869.92-
YUV233.93111.67128.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.61%
GREEN value IS 239 (93.75% from 255) = 35.20%
BLUE value IS 205 (80.47% from 255) = 30.19%
R=34.61%
G=35.20%
B=30.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352392050.0200.140.0667.0651.5287.06
HexEBEFCD20E6433457
Octal3533573152016610364127
Binary111010111110111111001101100111011010000111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEFCD; }

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

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

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

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

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

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

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

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