Html Css Color HEX #EB9046 Sea Buckthorn

📋 copy color: '#EB9046'

red 235 ◦ green 144 ◦ blue 70

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

Shades of Sea Buckthorn #EB9046

Tints of Sea Buckthorn #EB9046

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.07%

 BLUE value IS 70 (27.73% from 255) = 15.59%

R = 52.34%
G = 32.07%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EB9046 (or 0xEB9046) is known color: Sea Buckthorn. HEX triplet: EB, 90 and 46. RGB value is (235,144,70). Sum of RGB (Red+Green+Blue) = 235+144+70=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 70 (27.73% from 255 or 15.59% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9046 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9046 is #146FB9. Grayscale: #A3A3A3. Windows color (decimal): -1339322 or 4624619. OLE color: 4624619.

HSL color Cylindrical-coordinate representation of color #EB9046: hue angle of 26.91º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB9046 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 144 70 -
CMYK 0 0.39 0.70 0.08
HSL 26.91º 0.8% 0.6% -
HSV(B) 26.91º 0.7% 0.92% -
XYZ 45.34 38.05 10.75 -
YUV 162.77 75.65 179.52 -
System Red Green Blue C M Y K H S L
Decimal 235 144 70 0 0.39 0.70 0.08 26.91 0.8 0.6
Hex EB 90 46 0 27 46 8 1B 50 3C
Octal 353 220 106 0 47 106 10 33 120 74
Binary 11101011 10010000 1000110 0 100111 1000110 1000 11011 1010000 111100

Color Harmonies of #EB9046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9046

Black with #EB9046

Text Example


Text Example

White with #EB9046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9046; }

 p { color: rgb(235,144,70); }

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

background-color css

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

 a { background-color: rgb(235,144,70); }

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

border-color css

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

 span { border-color: rgb(235,144,70); }

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