Html Css Color HEX #ECD492 Double Colonial White

📋 copy color: '#ECD492'

red 236 ◦ green 212 ◦ blue 146

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

Shades of Double Colonial White #ECD492

Tints of Double Colonial White #ECD492

RGB

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

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

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

R = 39.73%
G = 35.69%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ECD492 (or 0xECD492) is known color: Double Colonial White. HEX triplet: EC, D4 and 92. RGB value is (236,212,146). Sum of RGB (Red+Green+Blue) = 236+212+146=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 212 (83.20% from 255 or 35.69% from 594); Blue value is 146 (57.42% from 255 or 24.58% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD492 is #132B6D. Grayscale: #D3D3D3. Windows color (decimal): -1256302 or 9622764. OLE color: 9622764.

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

Color convert

RGB 236 212 146 -
CMYK 0 0.10 0.38 0.07
HSL 44º 0.7% 0.75% -
HSV(B) 44º 0.38% 0.93% -
XYZ 63.32 67 36.79 -
YUV 211.65 90.95 145.37 -
System Red Green Blue C M Y K H S L
Decimal 236 212 146 0 0.10 0.38 0.07 44 0.7 0.75
Hex EC D4 92 0 A 26 7 2C 46 4B
Octal 354 324 222 0 12 46 7 54 106 113
Binary 11101100 11010100 10010010 0 1010 100110 111 101100 1000110 1001011

Color Harmonies of #ECD492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD492

Black with #ECD492

Text Example


Text Example

White with #ECD492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD492; }

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

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

background-color css

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

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

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

border-color css

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

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

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