Html Css Color HEX #ECD48E Double Colonial White

📋 copy color: '#ECD48E'

red 236 ◦ green 212 ◦ blue 142

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

Shades of Double Colonial White #ECD48E

Tints of Double Colonial White #ECD48E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.07%

R = 40%
G = 35.93%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ECD48E (or 0xECD48E) is known color: Double Colonial White. HEX triplet: EC, D4 and 8E. RGB value is (236,212,142). Sum of RGB (Red+Green+Blue) = 236+212+142=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 212 (83.20% from 255 or 35.93% from 590); Blue value is 142 (55.86% from 255 or 24.07% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD48E is #132B71. Grayscale: #D3D3D3. Windows color (decimal): -1256306 or 9360620. OLE color: 9360620.

HSL color Cylindrical-coordinate representation of color #ECD48E: hue angle of 44.68º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECD48E is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 212 142 -
CMYK 0 0.10 0.40 0.07
HSL 44.68º 0.71% 0.74% -
HSV(B) 44.68º 0.4% 0.93% -
XYZ 63.02 66.87 35.18 -
YUV 211.2 88.95 145.69 -
System Red Green Blue C M Y K H S L
Decimal 236 212 142 0 0.10 0.40 0.07 44.68 0.71 0.74
Hex EC D4 8E 0 A 28 7 2D 47 4A
Octal 354 324 216 0 12 50 7 55 107 112
Binary 11101100 11010100 10001110 0 1010 101000 111 101101 1000111 1001010

Color Harmonies of #ECD48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD48E

Black with #ECD48E

Text Example


Text Example

White with #ECD48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD48E; }

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

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

background-color css

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

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

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

border-color css

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

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

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