Html Css Color HEX #ECC386 New Orleans

📋 copy color: '#ECC386'

red 236 ◦ green 195 ◦ blue 134

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

Shades of New Orleans #ECC386

Tints of New Orleans #ECC386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 23.72%

R = 41.77%
G = 34.51%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ECC386 (or 0xECC386) is known color: New Orleans. HEX triplet: EC, C3 and 86. RGB value is (236,195,134). Sum of RGB (Red+Green+Blue) = 236+195+134=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 195 (76.56% from 255 or 34.51% from 565); Blue value is 134 (52.73% from 255 or 23.72% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC386 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC386 is #133C79. Grayscale: #C8C8C8. Windows color (decimal): -1260666 or 8831980. OLE color: 8831980.

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

Color convert

RGB 236 195 134 -
CMYK 0 0.17 0.43 0.07
HSL 35.88º 0.73% 0.73% -
HSV(B) 35.88º 0.43% 0.93% -
XYZ 58.41 58.58 30.78 -
YUV 200.31 90.58 153.46 -
System Red Green Blue C M Y K H S L
Decimal 236 195 134 0 0.17 0.43 0.07 35.88 0.73 0.73
Hex EC C3 86 0 11 2B 7 24 49 49
Octal 354 303 206 0 21 53 7 44 111 111
Binary 11101100 11000011 10000110 0 10001 101011 111 100100 1001001 1001001

Color Harmonies of #ECC386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC386

Black with #ECC386

Text Example


Text Example

White with #ECC386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC386; }

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

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

background-color css

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

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

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

border-color css

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

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

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