Html Css Color HEX #EBA049 Sea Buckthorn

📋 copy color: '#EBA049'

red 235 ◦ green 160 ◦ blue 73

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

Shades of Sea Buckthorn #EBA049

Tints of Sea Buckthorn #EBA049

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.19%

 BLUE value IS 73 (28.91% from 255) = 15.6%

R = 50.21%
G = 34.19%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBA049 (or 0xEBA049) is known color: Sea Buckthorn. HEX triplet: EB, A0 and 49. RGB value is (235,160,73). Sum of RGB (Red+Green+Blue) = 235+160+73=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 73 (28.91% from 255 or 15.60% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA049 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA049 is #145FB6. Grayscale: #ACACAC. Windows color (decimal): -1335223 or 4825323. OLE color: 4825323.

HSL color Cylindrical-coordinate representation of color #EBA049: hue angle of 32.22º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EBA049 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 160 73 -
CMYK 0 0.32 0.69 0.08
HSL 32.22º 0.8% 0.6% -
HSV(B) 32.22º 0.69% 0.92% -
XYZ 48.03 43.28 12.13 -
YUV 172.51 71.85 172.57 -
System Red Green Blue C M Y K H S L
Decimal 235 160 73 0 0.32 0.69 0.08 32.22 0.8 0.6
Hex EB A0 49 0 20 45 8 20 50 3C
Octal 353 240 111 0 40 105 10 40 120 74
Binary 11101011 10100000 1001001 0 100000 1000101 1000 100000 1010000 111100

Color Harmonies of #EBA049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA049

Black with #EBA049

Text Example


Text Example

White with #EBA049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA049; }

 p { color: rgb(235,160,73); }

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

background-color css

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

 a { background-color: rgb(235,160,73); }

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

border-color css

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

 span { border-color: rgb(235,160,73); }

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