Html Css Color HEX #ECD992 Double Colonial White

📋 copy color: '#ECD992'

red 236 ◦ green 217 ◦ blue 146

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

Shades of Double Colonial White #ECD992

Tints of Double Colonial White #ECD992

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.23%

 BLUE value IS 146 (57.42% from 255) = 24.37%

R = 39.4%
G = 36.23%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ECD992 (or 0xECD992) is known color: Double Colonial White. HEX triplet: EC, D9 and 92. RGB value is (236,217,146). Sum of RGB (Red+Green+Blue) = 236+217+146=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 217 (85.16% from 255 or 36.23% from 599); Blue value is 146 (57.42% from 255 or 24.37% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD992 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD992 is #13266D. Grayscale: #D6D6D6. Windows color (decimal): -1255022 or 9624044. OLE color: 9624044.

HSL color Cylindrical-coordinate representation of color #ECD992: hue angle of 47.33º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ECD992 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 217 146 -
CMYK 0 0.08 0.38 0.07
HSL 47.33º 0.7% 0.75% -
HSV(B) 47.33º 0.38% 0.93% -
XYZ 64.59 69.53 37.21 -
YUV 214.59 89.29 143.27 -
System Red Green Blue C M Y K H S L
Decimal 236 217 146 0 0.08 0.38 0.07 47.33 0.7 0.75
Hex EC D9 92 0 8 26 7 2F 46 4B
Octal 354 331 222 0 10 46 7 57 106 113
Binary 11101100 11011001 10010010 0 1000 100110 111 101111 1000110 1001011

Color Harmonies of #ECD992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD992

Black with #ECD992

Text Example


Text Example

White with #ECD992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD992; }

 p { color: rgb(236,217,146); }

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

background-color css

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

 a { background-color: rgb(236,217,146); }

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

border-color css

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

 span { border-color: rgb(236,217,146); }

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