Html Css Color HEX #EBA04A Sea Buckthorn

📋 copy color: '#EBA04A'

red 235 ◦ green 160 ◦ blue 74

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

Shades of Sea Buckthorn #EBA04A

Tints of Sea Buckthorn #EBA04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.78%

R = 50.11%
G = 34.12%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBA04A (or 0xEBA04A) is known color: Sea Buckthorn. HEX triplet: EB, A0 and 4A. RGB value is (235,160,74). Sum of RGB (Red+Green+Blue) = 235+160+74=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 74 (29.30% from 255 or 15.78% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA04A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA04A is #145FB5. Grayscale: #ADADAD. Windows color (decimal): -1335222 or 4890859. OLE color: 4890859.

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

Color convert

RGB 235 160 74 -
CMYK 0 0.32 0.69 0.08
HSL 32.05º 0.8% 0.61% -
HSV(B) 32.05º 0.69% 0.92% -
XYZ 48.07 43.3 12.3 -
YUV 172.62 72.35 172.49 -
System Red Green Blue C M Y K H S L
Decimal 235 160 74 0 0.32 0.69 0.08 32.05 0.8 0.61
Hex EB A0 4A 0 20 45 8 20 50 3D
Octal 353 240 112 0 40 105 10 40 120 75
Binary 11101011 10100000 1001010 0 100000 1000101 1000 100000 1010000 111101

Color Harmonies of #EBA04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA04A

Black with #EBA04A

Text Example


Text Example

White with #EBA04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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