Html Css Color HEX #EBA150 Sea Buckthorn

📋 copy color: '#EBA150'

red 235 ◦ green 161 ◦ blue 80

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

Shades of Sea Buckthorn #EBA150

Tints of Sea Buckthorn #EBA150

RGB

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

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

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

R = 49.37%
G = 33.82%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EBA150 (or 0xEBA150) is known color: Sea Buckthorn. HEX triplet: EB, A1 and 50. RGB value is (235,161,80). Sum of RGB (Red+Green+Blue) = 235+161+80=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 80 (31.64% from 255 or 16.81% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA150 is #145EAF. Grayscale: #AEAEAE. Windows color (decimal): -1334960 or 5284331. OLE color: 5284331.

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

Color convert

RGB 235 161 80 -
CMYK 0 0.31 0.66 0.08
HSL 31.35º 0.79% 0.62% -
HSV(B) 31.35º 0.66% 0.92% -
XYZ 48.45 43.73 13.48 -
YUV 173.89 75.02 171.59 -
System Red Green Blue C M Y K H S L
Decimal 235 161 80 0 0.31 0.66 0.08 31.35 0.79 0.62
Hex EB A1 50 0 1F 42 8 1F 4F 3E
Octal 353 241 120 0 37 102 10 37 117 76
Binary 11101011 10100001 1010000 0 11111 1000010 1000 11111 1001111 111110

Color Harmonies of #EBA150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA150

Black with #EBA150

Text Example


Text Example

White with #EBA150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA150; }

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

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

background-color css

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

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

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

border-color css

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

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

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