Html Css Color HEX #EBA047 Sea Buckthorn

📋 copy color: '#EBA047'

red 235 ◦ green 160 ◦ blue 71

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

Shades of Sea Buckthorn #EBA047

Tints of Sea Buckthorn #EBA047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.24%

R = 50.43%
G = 34.33%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EBA047 (or 0xEBA047) is known color: Sea Buckthorn. HEX triplet: EB, A0 and 47. RGB value is (235,160,71). Sum of RGB (Red+Green+Blue) = 235+160+71=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 71 (28.12% from 255 or 15.24% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA047 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA047 is #145FB8. Grayscale: #ACACAC. Windows color (decimal): -1335225 or 4694251. OLE color: 4694251.

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

Color convert

RGB 235 160 71 -
CMYK 0 0.32 0.70 0.08
HSL 32.56º 0.8% 0.6% -
HSV(B) 32.56º 0.7% 0.92% -
XYZ 47.97 43.26 11.78 -
YUV 172.28 70.85 172.74 -
System Red Green Blue C M Y K H S L
Decimal 235 160 71 0 0.32 0.70 0.08 32.56 0.8 0.6
Hex EB A0 47 0 20 46 8 21 50 3C
Octal 353 240 107 0 40 106 10 41 120 74
Binary 11101011 10100000 1000111 0 100000 1000110 1000 100001 1010000 111100

Color Harmonies of #EBA047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA047

Black with #EBA047

Text Example


Text Example

White with #EBA047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA047; }

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

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

background-color css

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

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

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

border-color css

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

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

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