Html Css Color HEX #ECC48B New Orleans

📋 copy color: '#ECC48B'

red 236 ◦ green 196 ◦ blue 139

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

Shades of New Orleans #ECC48B

Tints of New Orleans #ECC48B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 24.34%

R = 41.33%
G = 34.33%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ECC48B (or 0xECC48B) is known color: New Orleans. HEX triplet: EC, C4 and 8B. RGB value is (236,196,139). Sum of RGB (Red+Green+Blue) = 236+196+139=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 139 (54.69% from 255 or 24.34% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC48B is #133B74. Grayscale: #C9C9C9. Windows color (decimal): -1260405 or 9159916. OLE color: 9159916.

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

Color convert

RGB 236 196 139 -
CMYK 0 0.17 0.41 0.07
HSL 35.26º 0.72% 0.74% -
HSV(B) 35.26º 0.41% 0.93% -
XYZ 58.99 59.18 32.74 -
YUV 201.46 92.75 152.63 -
System Red Green Blue C M Y K H S L
Decimal 236 196 139 0 0.17 0.41 0.07 35.26 0.72 0.74
Hex EC C4 8B 0 11 29 7 23 48 4A
Octal 354 304 213 0 21 51 7 43 110 112
Binary 11101100 11000100 10001011 0 10001 101001 111 100011 1001000 1001010

Color Harmonies of #ECC48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC48B

Black with #ECC48B

Text Example


Text Example

White with #ECC48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC48B; }

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

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

background-color css

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

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

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

border-color css

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

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

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