Html Css Color HEX #EBA349 Sea Buckthorn

📋 copy color: '#EBA349'

red 235 ◦ green 163 ◦ blue 73

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

Shades of Sea Buckthorn #EBA349

Tints of Sea Buckthorn #EBA349

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.61%

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

R = 49.89%
G = 34.61%
B = 15.5%

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

#EBA349 (or 0xEBA349) is known color: Sea Buckthorn. HEX triplet: EB, A3 and 49. RGB value is (235,163,73). Sum of RGB (Red+Green+Blue) = 235+163+73=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 73 (28.91% from 255 or 15.50% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA349 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA349 is #145CB6. Grayscale: #AEAEAE. Windows color (decimal): -1334455 or 4826091. OLE color: 4826091.

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

Color convert

RGB 235 163 73 -
CMYK 0 0.31 0.69 0.08
HSL 33.33º 0.8% 0.6% -
HSV(B) 33.33º 0.69% 0.92% -
XYZ 48.56 44.34 12.3 -
YUV 174.27 70.85 171.32 -
System Red Green Blue C M Y K H S L
Decimal 235 163 73 0 0.31 0.69 0.08 33.33 0.8 0.6
Hex EB A3 49 0 1F 45 8 21 50 3C
Octal 353 243 111 0 37 105 10 41 120 74
Binary 11101011 10100011 1001001 0 11111 1000101 1000 100001 1010000 111100

Color Harmonies of #EBA349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA349

Black with #EBA349

Text Example


Text Example

White with #EBA349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA349; }

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

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

background-color css

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

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

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

border-color css

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

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

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