Html Css Color HEX #EBA149 Sea Buckthorn

📋 copy color: '#EBA149'

red 235 ◦ green 161 ◦ blue 73

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

Shades of Sea Buckthorn #EBA149

Tints of Sea Buckthorn #EBA149

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.33%

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

R = 50.11%
G = 34.33%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBA149 (or 0xEBA149) is known color: Sea Buckthorn. HEX triplet: EB, A1 and 49. RGB value is (235,161,73). Sum of RGB (Red+Green+Blue) = 235+161+73=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 73 (28.91% from 255 or 15.57% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA149 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA149 is #145EB6. Grayscale: #ADADAD. Windows color (decimal): -1334967 or 4825579. OLE color: 4825579.

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

Color convert

RGB 235 161 73 -
CMYK 0 0.31 0.69 0.08
HSL 32.59º 0.8% 0.6% -
HSV(B) 32.59º 0.69% 0.92% -
XYZ 48.21 43.63 12.18 -
YUV 173.09 71.52 172.16 -
System Red Green Blue C M Y K H S L
Decimal 235 161 73 0 0.31 0.69 0.08 32.59 0.8 0.6
Hex EB A1 49 0 1F 45 8 21 50 3C
Octal 353 241 111 0 37 105 10 41 120 74
Binary 11101011 10100001 1001001 0 11111 1000101 1000 100001 1010000 111100

Color Harmonies of #EBA149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA149

Black with #EBA149

Text Example


Text Example

White with #EBA149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA149; }

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

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

background-color css

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

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

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

border-color css

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

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

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