#EBD398

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

Shades of Double Colonial White #EBD398

Tints of Double Colonial White #EBD398

Color information

#EBD398 (or 0xEBD398) is unknown color: approx Double Colonial White. HEX triplet: EB, D3 and 98. RGB value is (235,211,152). Sum of RGB (Red+Green+Blue) = 235+211+152=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 211 (82.81% from 255 or 35.28% from 598); Blue value is 152 (59.77% from 255 or 25.42% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD398 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD398 is #142C67. Grayscale: #D3D3D3. Windows color (decimal): -1322088 or 10015723. OLE color: 10015723.

HSL color Cylindrical-coordinate representation of color #EBD398: hue angle of 42.65º 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 #EBD398 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB235211152-
CMYK00.100.350.08
HSL42.65º67.48%75.88%-
HSV(B)42.65º35.32%92.16%-
XYZ63.2266.5239.21-
YUV211.4594.45144.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.30%
GREEN value IS 211 (82.81% from 255) = 35.28%
BLUE value IS 152 (59.77% from 255) = 25.42%
R=39.30%
G=35.28%
B=25.42%

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
Decimal23521115200.100.350.0842.6567.4875.88
HexEBD3980A2382b434c
Octal353323230012431053103114
Binary11101011110100111001100001010100011100010101110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD398; }

 p { color: rgb(235,211,152); }

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

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

 a { background-color: rgb(235,211,152); }

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

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

 span { border-color: rgb(235,211,152); }

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