Html Css Color HEX #EBC487 New Orleans

📋 copy color: '#EBC487'

red 235 ◦ green 196 ◦ blue 135

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

Shades of New Orleans #EBC487

Tints of New Orleans #EBC487

RGB

 RED value IS 235 (92.19% from 255) = 41.52%

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

 BLUE value IS 135 (53.13% from 255) = 23.85%

R = 41.52%
G = 34.63%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EBC487 (or 0xEBC487) is known color: New Orleans. HEX triplet: EB, C4 and 87. RGB value is (235,196,135). Sum of RGB (Red+Green+Blue) = 235+196+135=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 135 (53.12% from 255 or 23.85% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC487 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC487 is #143B78. Grayscale: #C8C8C8. Windows color (decimal): -1325945 or 8897771. OLE color: 8897771.

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

Color convert

RGB 235 196 135 -
CMYK 0 0.17 0.43 0.08
HSL 36.6º 0.71% 0.73% -
HSV(B) 36.6º 0.43% 0.92% -
XYZ 58.37 58.89 31.21 -
YUV 200.71 90.92 152.46 -
System Red Green Blue C M Y K H S L
Decimal 235 196 135 0 0.17 0.43 0.08 36.6 0.71 0.73
Hex EB C4 87 0 11 2B 8 25 47 49
Octal 353 304 207 0 21 53 10 45 107 111
Binary 11101011 11000100 10000111 0 10001 101011 1000 100101 1000111 1001001

Color Harmonies of #EBC487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC487

Black with #EBC487

Text Example


Text Example

White with #EBC487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC487; }

 p { color: rgb(235,196,135); }

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

background-color css

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

 a { background-color: rgb(235,196,135); }

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

border-color css

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

 span { border-color: rgb(235,196,135); }

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