Html Css Color HEX #EBC389 New Orleans

📋 copy color: '#EBC389'

red 235 ◦ green 195 ◦ blue 137

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

Shades of New Orleans #EBC389

Tints of New Orleans #EBC389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 24.16%

R = 41.45%
G = 34.39%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EBC389 (or 0xEBC389) is known color: New Orleans. HEX triplet: EB, C3 and 89. RGB value is (235,195,137). Sum of RGB (Red+Green+Blue) = 235+195+137=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 195 (76.56% from 255 or 34.39% from 567); Blue value is 137 (53.91% from 255 or 24.16% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC389 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC389 is #143C76. Grayscale: #C8C8C8. Windows color (decimal): -1326199 or 9028587. OLE color: 9028587.

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

Color convert

RGB 235 195 137 -
CMYK 0 0.17 0.42 0.08
HSL 35.51º 0.71% 0.73% -
HSV(B) 35.51º 0.42% 0.92% -
XYZ 58.29 58.5 31.89 -
YUV 200.35 92.25 152.72 -
System Red Green Blue C M Y K H S L
Decimal 235 195 137 0 0.17 0.42 0.08 35.51 0.71 0.73
Hex EB C3 89 0 11 2A 8 24 47 49
Octal 353 303 211 0 21 52 10 44 107 111
Binary 11101011 11000011 10001001 0 10001 101010 1000 100100 1000111 1001001

Color Harmonies of #EBC389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC389

Black with #EBC389

Text Example


Text Example

White with #EBC389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC389; }

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

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

background-color css

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

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

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

border-color css

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

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

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