Html Css Color HEX #ECD496 Double Colonial White

📋 copy color: '#ECD496'

red 236 ◦ green 212 ◦ blue 150

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

Shades of Double Colonial White #ECD496

Tints of Double Colonial White #ECD496

RGB

 RED value IS 236 (92.58% from 255) = 39.46%

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

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

R = 39.46%
G = 35.45%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ECD496 (or 0xECD496) is known color: Double Colonial White. HEX triplet: EC, D4 and 96. RGB value is (236,212,150). Sum of RGB (Red+Green+Blue) = 236+212+150=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 212 (83.20% from 255 or 35.45% from 598); Blue value is 150 (58.98% from 255 or 25.08% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD496 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD496 is #132B69. Grayscale: #D4D4D4. Windows color (decimal): -1256298 or 9884908. OLE color: 9884908.

HSL color Cylindrical-coordinate representation of color #ECD496: hue angle of 43.26º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ECD496 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 212 150 -
CMYK 0 0.10 0.36 0.07
HSL 43.26º 0.69% 0.76% -
HSV(B) 43.26º 0.36% 0.93% -
XYZ 63.64 67.12 38.46 -
YUV 212.11 92.95 145.04 -
System Red Green Blue C M Y K H S L
Decimal 236 212 150 0 0.10 0.36 0.07 43.26 0.69 0.76
Hex EC D4 96 0 A 24 7 2B 45 4C
Octal 354 324 226 0 12 44 7 53 105 114
Binary 11101100 11010100 10010110 0 1010 100100 111 101011 1000101 1001100

Color Harmonies of #ECD496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD496

Black with #ECD496

Text Example


Text Example

White with #ECD496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD496; }

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

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

background-color css

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

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

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

border-color css

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

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

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