Html Css Color HEX #ECC38D New Orleans

📋 copy color: '#ECC38D'

red 236 ◦ green 195 ◦ blue 141

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

Shades of New Orleans #ECC38D

Tints of New Orleans #ECC38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.65%

R = 41.26%
G = 34.09%
B = 24.65%

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

#ECC38D (or 0xECC38D) is known color: New Orleans. HEX triplet: EC, C3 and 8D. RGB value is (236,195,141). Sum of RGB (Red+Green+Blue) = 236+195+141=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 195 (76.56% from 255 or 34.09% from 572); Blue value is 141 (55.47% from 255 or 24.65% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC38D is #133C72. Grayscale: #C9C9C9. Windows color (decimal): -1260659 or 9290732. OLE color: 9290732.

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

Color convert

RGB 236 195 141 -
CMYK 0 0.17 0.40 0.07
HSL 34.11º 0.71% 0.74% -
HSV(B) 34.11º 0.4% 0.93% -
XYZ 58.91 58.79 33.44 -
YUV 201.1 94.08 152.89 -
System Red Green Blue C M Y K H S L
Decimal 236 195 141 0 0.17 0.40 0.07 34.11 0.71 0.74
Hex EC C3 8D 0 11 28 7 22 47 4A
Octal 354 303 215 0 21 50 7 42 107 112
Binary 11101100 11000011 10001101 0 10001 101000 111 100010 1000111 1001010

Color Harmonies of #ECC38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC38D

Black with #ECC38D

Text Example


Text Example

White with #ECC38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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