Html Css Color HEX #EBC287 New Orleans

📋 copy color: '#EBC287'

red 235 ◦ green 194 ◦ blue 135

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

Shades of New Orleans #EBC287

Tints of New Orleans #EBC287

RGB

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

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

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

R = 41.67%
G = 34.4%
B = 23.94%

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

#EBC287 (or 0xEBC287) is known color: New Orleans. HEX triplet: EB, C2 and 87. RGB value is (235,194,135). Sum of RGB (Red+Green+Blue) = 235+194+135=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 135 (53.12% from 255 or 23.94% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC287 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC287 is #143D78. Grayscale: #C7C7C7. Windows color (decimal): -1326457 or 8897259. OLE color: 8897259.

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

Color convert

RGB 235 194 135 -
CMYK 0 0.17 0.43 0.08
HSL 35.4º 0.71% 0.73% -
HSV(B) 35.4º 0.43% 0.92% -
XYZ 57.93 58 31.06 -
YUV 199.53 91.58 153.3 -
System Red Green Blue C M Y K H S L
Decimal 235 194 135 0 0.17 0.43 0.08 35.4 0.71 0.73
Hex EB C2 87 0 11 2B 8 23 47 49
Octal 353 302 207 0 21 53 10 43 107 111
Binary 11101011 11000010 10000111 0 10001 101011 1000 100011 1000111 1001001

Color Harmonies of #EBC287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC287

Black with #EBC287

Text Example


Text Example

White with #EBC287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC287; }

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

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

background-color css

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

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

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

border-color css

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

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

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