#EBD499

Color #EBD499 Double Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Colonial White #EBD499

Tints of Double Colonial White #EBD499

Color information

#EBD499 (or 0xEBD499) is unknown color: approx Double Colonial White. HEX triplet: EB, D4 and 99. RGB value is (235,212,153). Sum of RGB (Red+Green+Blue) = 235+212+153=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 212 (83.20% from 255 or 35.33% from 600); Blue value is 153 (60.16% from 255 or 25.5% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD499 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD499 is #142B66. Grayscale: #D4D4D4. Windows color (decimal): -1321831 or 10081515. OLE color: 10081515.

HSL color Cylindrical-coordinate representation of color #EBD499: hue angle of 43.17º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EBD499 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB235212153-
CMYK00.100.350.08
HSL43.17º67.21%76.08%-
HSV(B)43.17º34.89%92.16%-
XYZ63.5567.0539.73-
YUV212.1594.62144.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.17%
GREEN value IS 212 (83.20% from 255) = 35.33%
BLUE value IS 153 (60.16% from 255) = 25.5%
R=39.17%
G=35.33%
B=25.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521215300.100.350.0843.1767.2176.08
HexEBD4990A2382b434c
Octal353324231012431053103114
Binary11101011110101001001100101010100011100010101110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD499; }

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

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

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

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

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

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

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

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