Html Css Color HEX #EBC289 New Orleans

📋 copy color: '#EBC289'

red 235 ◦ green 194 ◦ blue 137

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

Shades of New Orleans #EBC289

Tints of New Orleans #EBC289

RGB

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

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

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

R = 41.52%
G = 34.28%
B = 24.2%

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

#EBC289 (or 0xEBC289) is known color: New Orleans. HEX triplet: EB, C2 and 89. RGB value is (235,194,137). Sum of RGB (Red+Green+Blue) = 235+194+137=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 137 (53.91% from 255 or 24.20% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC289 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC289 is #143D76. Grayscale: #C8C8C8. Windows color (decimal): -1326455 or 9028331. OLE color: 9028331.

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

Color convert

RGB 235 194 137 -
CMYK 0 0.17 0.42 0.08
HSL 34.9º 0.71% 0.73% -
HSV(B) 34.9º 0.42% 0.92% -
XYZ 58.07 58.05 31.81 -
YUV 199.76 92.58 153.13 -
System Red Green Blue C M Y K H S L
Decimal 235 194 137 0 0.17 0.42 0.08 34.9 0.71 0.73
Hex EB C2 89 0 11 2A 8 23 47 49
Octal 353 302 211 0 21 52 10 43 107 111
Binary 11101011 11000010 10001001 0 10001 101010 1000 100011 1000111 1001001

Color Harmonies of #EBC289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC289

Black with #EBC289

Text Example


Text Example

White with #EBC289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC289; }

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

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

background-color css

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

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

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

border-color css

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

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

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