Html Css Color HEX #EBC387 New Orleans

📋 copy color: '#EBC387'

red 235 ◦ green 195 ◦ blue 135

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

Shades of New Orleans #EBC387

Tints of New Orleans #EBC387

RGB

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

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

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

R = 41.59%
G = 34.51%
B = 23.89%

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

#EBC387 (or 0xEBC387) is known color: New Orleans. HEX triplet: EB, C3 and 87. RGB value is (235,195,135). Sum of RGB (Red+Green+Blue) = 235+195+135=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 195 (76.56% from 255 or 34.51% from 565); Blue value is 135 (53.12% from 255 or 23.89% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC387 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC387 is #143C78. Grayscale: #C8C8C8. Windows color (decimal): -1326201 or 8897515. OLE color: 8897515.

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

Color convert

RGB 235 195 135 -
CMYK 0 0.17 0.43 0.08
HSL 36º 0.71% 0.73% -
HSV(B) 36º 0.43% 0.92% -
XYZ 58.15 58.44 31.14 -
YUV 200.12 91.25 152.88 -
System Red Green Blue C M Y K H S L
Decimal 235 195 135 0 0.17 0.43 0.08 36 0.71 0.73
Hex EB C3 87 0 11 2B 8 24 47 49
Octal 353 303 207 0 21 53 10 44 107 111
Binary 11101011 11000011 10000111 0 10001 101011 1000 100100 1000111 1001001

Color Harmonies of #EBC387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC387

Black with #EBC387

Text Example


Text Example

White with #EBC387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC387; }

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

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

background-color css

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

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

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

border-color css

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

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

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