Html Css Color HEX #EBA050 Sea Buckthorn

📋 copy color: '#EBA050'

red 235 ◦ green 160 ◦ blue 80

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

Shades of Sea Buckthorn #EBA050

Tints of Sea Buckthorn #EBA050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.84%

R = 49.47%
G = 33.68%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EBA050 (or 0xEBA050) is known color: Sea Buckthorn. HEX triplet: EB, A0 and 50. RGB value is (235,160,80). Sum of RGB (Red+Green+Blue) = 235+160+80=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 80 (31.64% from 255 or 16.84% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA050 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA050 is #145FAF. Grayscale: #ADADAD. Windows color (decimal): -1335216 or 5284075. OLE color: 5284075.

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

Color convert

RGB 235 160 80 -
CMYK 0 0.32 0.66 0.08
HSL 30.97º 0.79% 0.62% -
HSV(B) 30.97º 0.66% 0.92% -
XYZ 48.28 43.38 13.42 -
YUV 173.31 75.35 172 -
System Red Green Blue C M Y K H S L
Decimal 235 160 80 0 0.32 0.66 0.08 30.97 0.79 0.62
Hex EB A0 50 0 20 42 8 1F 4F 3E
Octal 353 240 120 0 40 102 10 37 117 76
Binary 11101011 10100000 1010000 0 100000 1000010 1000 11111 1001111 111110

Color Harmonies of #EBA050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA050

Black with #EBA050

Text Example


Text Example

White with #EBA050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA050; }

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

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

background-color css

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

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

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

border-color css

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

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

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