Html Css Color HEX #ECC38A New Orleans

📋 copy color: '#ECC38A'

red 236 ◦ green 195 ◦ blue 138

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

Shades of New Orleans #ECC38A

Tints of New Orleans #ECC38A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.27%

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

R = 41.48%
G = 34.27%
B = 24.25%

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

#ECC38A (or 0xECC38A) is known color: New Orleans. HEX triplet: EC, C3 and 8A. RGB value is (236,195,138). Sum of RGB (Red+Green+Blue) = 236+195+138=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 138 (54.30% from 255 or 24.25% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC38A is #133C75. Grayscale: #C9C9C9. Windows color (decimal): -1260662 or 9094124. OLE color: 9094124.

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

Color convert

RGB 236 195 138 -
CMYK 0 0.17 0.42 0.07
HSL 34.9º 0.72% 0.73% -
HSV(B) 34.9º 0.42% 0.93% -
XYZ 58.69 58.7 32.28 -
YUV 200.76 92.58 153.13 -
System Red Green Blue C M Y K H S L
Decimal 236 195 138 0 0.17 0.42 0.07 34.9 0.72 0.73
Hex EC C3 8A 0 11 2A 7 23 48 49
Octal 354 303 212 0 21 52 7 43 110 111
Binary 11101100 11000011 10001010 0 10001 101010 111 100011 1001000 1001001

Color Harmonies of #ECC38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC38A

Black with #ECC38A

Text Example


Text Example

White with #ECC38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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