Html Css Color HEX #ECC48E New Orleans

📋 copy color: '#ECC48E'

red 236 ◦ green 196 ◦ blue 142

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

Shades of New Orleans #ECC48E

Tints of New Orleans #ECC48E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.15%

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

R = 41.11%
G = 34.15%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ECC48E (or 0xECC48E) is known color: New Orleans. HEX triplet: EC, C4 and 8E. RGB value is (236,196,142). Sum of RGB (Red+Green+Blue) = 236+196+142=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 196 (76.95% from 255 or 34.15% from 574); Blue value is 142 (55.86% from 255 or 24.74% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC48E is #133B71. Grayscale: #CACACA. Windows color (decimal): -1260402 or 9356524. OLE color: 9356524.

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

Color convert

RGB 236 196 142 -
CMYK 0 0.17 0.40 0.07
HSL 34.47º 0.71% 0.74% -
HSV(B) 34.47º 0.4% 0.93% -
XYZ 59.21 59.27 33.91 -
YUV 201.8 94.25 152.39 -
System Red Green Blue C M Y K H S L
Decimal 236 196 142 0 0.17 0.40 0.07 34.47 0.71 0.74
Hex EC C4 8E 0 11 28 7 22 47 4A
Octal 354 304 216 0 21 50 7 42 107 112
Binary 11101100 11000100 10001110 0 10001 101000 111 100010 1000111 1001010

Color Harmonies of #ECC48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC48E

Black with #ECC48E

Text Example


Text Example

White with #ECC48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC48E; }

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

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

background-color css

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

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

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

border-color css

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

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

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