Html Css Color HEX #EBA046 Sea Buckthorn

📋 copy color: '#EBA046'

red 235 ◦ green 160 ◦ blue 70

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

Shades of Sea Buckthorn #EBA046

Tints of Sea Buckthorn #EBA046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.05%

R = 50.54%
G = 34.41%
B = 15.05%

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

#EBA046 (or 0xEBA046) is known color: Sea Buckthorn. HEX triplet: EB, A0 and 46. RGB value is (235,160,70). Sum of RGB (Red+Green+Blue) = 235+160+70=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 70 (27.73% from 255 or 15.05% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA046 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA046 is #145FB9. Grayscale: #ACACAC. Windows color (decimal): -1335226 or 4628715. OLE color: 4628715.

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

Color convert

RGB 235 160 70 -
CMYK 0 0.32 0.70 0.08
HSL 32.73º 0.8% 0.6% -
HSV(B) 32.73º 0.7% 0.92% -
XYZ 47.94 43.25 11.62 -
YUV 172.17 70.35 172.82 -
System Red Green Blue C M Y K H S L
Decimal 235 160 70 0 0.32 0.70 0.08 32.73 0.8 0.6
Hex EB A0 46 0 20 46 8 21 50 3C
Octal 353 240 106 0 40 106 10 41 120 74
Binary 11101011 10100000 1000110 0 100000 1000110 1000 100001 1010000 111100

Color Harmonies of #EBA046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA046

Black with #EBA046

Text Example


Text Example

White with #EBA046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA046; }

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

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

background-color css

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

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

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

border-color css

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

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

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