Html Css Color HEX #EBA04F Sea Buckthorn

📋 copy color: '#EBA04F'

red 235 ◦ green 160 ◦ blue 79

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

Shades of Sea Buckthorn #EBA04F

Tints of Sea Buckthorn #EBA04F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.67%

R = 49.58%
G = 33.76%
B = 16.67%

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

#EBA04F (or 0xEBA04F) is known color: Sea Buckthorn. HEX triplet: EB, A0 and 4F. RGB value is (235,160,79). Sum of RGB (Red+Green+Blue) = 235+160+79=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 79 (31.25% from 255 or 16.67% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA04F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA04F is #145FB0. Grayscale: #ADADAD. Windows color (decimal): -1335217 or 5218539. OLE color: 5218539.

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

Color convert

RGB 235 160 79 -
CMYK 0 0.32 0.66 0.08
HSL 31.15º 0.8% 0.62% -
HSV(B) 31.15º 0.66% 0.92% -
XYZ 48.24 43.37 13.23 -
YUV 173.19 74.85 172.09 -
System Red Green Blue C M Y K H S L
Decimal 235 160 79 0 0.32 0.66 0.08 31.15 0.8 0.62
Hex EB A0 4F 0 20 42 8 1F 50 3E
Octal 353 240 117 0 40 102 10 37 120 76
Binary 11101011 10100000 1001111 0 100000 1000010 1000 11111 1010000 111110

Color Harmonies of #EBA04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA04F

Black with #EBA04F

Text Example


Text Example

White with #EBA04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA04F; }

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

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

background-color css

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

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

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

border-color css

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

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

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