Html Css Color HEX #ECC48A New Orleans

📋 copy color: '#ECC48A'

red 236 ◦ green 196 ◦ blue 138

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

Shades of New Orleans #ECC48A

Tints of New Orleans #ECC48A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.21%

R = 41.4%
G = 34.39%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ECC48A (or 0xECC48A) is known color: New Orleans. HEX triplet: EC, C4 and 8A. RGB value is (236,196,138). Sum of RGB (Red+Green+Blue) = 236+196+138=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 138 (54.30% from 255 or 24.21% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC48A is #133B75. Grayscale: #C9C9C9. Windows color (decimal): -1260406 or 9094380. OLE color: 9094380.

HSL color Cylindrical-coordinate representation of color #ECC48A: hue angle of 35.51º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ECC48A is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 196 138 -
CMYK 0 0.17 0.42 0.07
HSL 35.51º 0.72% 0.73% -
HSV(B) 35.51º 0.42% 0.93% -
XYZ 58.92 59.15 32.36 -
YUV 201.35 92.25 152.72 -
System Red Green Blue C M Y K H S L
Decimal 236 196 138 0 0.17 0.42 0.07 35.51 0.72 0.73
Hex EC C4 8A 0 11 2A 7 24 48 49
Octal 354 304 212 0 21 52 7 44 110 111
Binary 11101100 11000100 10001010 0 10001 101010 111 100100 1001000 1001001

Color Harmonies of #ECC48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC48A

Black with #ECC48A

Text Example


Text Example

White with #ECC48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC48A; }

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

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

background-color css

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

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

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

border-color css

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

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

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