Html Css Color HEX #EBD496 Double Colonial White

📋 copy color: '#EBD496'

red 235 ◦ green 212 ◦ blue 150

#EBD496
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Double Colonial White #EBD496

Tints of Double Colonial White #EBD496

RGB

 RED value IS 235 (92.19% from 255) = 39.36%

 GREEN value IS 212 (83.2% from 255) = 35.51%

 BLUE value IS 150 (58.98% from 255) = 25.13%

R = 39.36%
G = 35.51%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EBD496 (or 0xEBD496) is known color: Double Colonial White. HEX triplet: EB, D4 and 96. RGB value is (235,212,150). Sum of RGB (Red+Green+Blue) = 235+212+150=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 212 (83.20% from 255 or 35.51% from 597); Blue value is 150 (58.98% from 255 or 25.13% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD496 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD496 is #142B69. Grayscale: #D4D4D4. Windows color (decimal): -1321834 or 9884907. OLE color: 9884907.

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

Color convert

RGB 235 212 150 -
CMYK 0 0.10 0.36 0.08
HSL 43.76º 0.68% 0.75% -
HSV(B) 43.76º 0.36% 0.92% -
XYZ 63.31 66.95 38.44 -
YUV 211.81 93.12 144.54 -
System Red Green Blue C M Y K H S L
Decimal 235 212 150 0 0.10 0.36 0.08 43.76 0.68 0.75
Hex EB D4 96 0 A 24 8 2C 44 4B
Octal 353 324 226 0 12 44 10 54 104 113
Binary 11101011 11010100 10010110 0 1010 100100 1000 101100 1000100 1001011

Color Harmonies of #EBD496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD496

Black with #EBD496

Text Example


Text Example

White with #EBD496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD496; }

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

 H1.HeaderClassName
 {
   color: #EBD496;
 }
 .AnyTagClassName
 {
   color: #EBD496;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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