Html Css Color HEX #ECC286 New Orleans

📋 copy color: '#ECC286'

red 236 ◦ green 194 ◦ blue 134

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

Shades of New Orleans #ECC286

Tints of New Orleans #ECC286

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.4%

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

R = 41.84%
G = 34.4%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ECC286 (or 0xECC286) is known color: New Orleans. HEX triplet: EC, C2 and 86. RGB value is (236,194,134). Sum of RGB (Red+Green+Blue) = 236+194+134=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 134 (52.73% from 255 or 23.76% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC286 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC286 is #133D79. Grayscale: #C8C8C8. Windows color (decimal): -1260922 or 8831724. OLE color: 8831724.

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

Color convert

RGB 236 194 134 -
CMYK 0 0.18 0.43 0.07
HSL 35.29º 0.73% 0.73% -
HSV(B) 35.29º 0.43% 0.93% -
XYZ 58.19 58.14 30.71 -
YUV 199.72 90.91 153.88 -
System Red Green Blue C M Y K H S L
Decimal 236 194 134 0 0.18 0.43 0.07 35.29 0.73 0.73
Hex EC C2 86 0 12 2B 7 23 49 49
Octal 354 302 206 0 22 53 7 43 111 111
Binary 11101100 11000010 10000110 0 10010 101011 111 100011 1001001 1001001

Color Harmonies of #ECC286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC286

Black with #ECC286

Text Example


Text Example

White with #ECC286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC286; }

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

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

background-color css

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

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

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

border-color css

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

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

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