Html Css Color HEX #EB954D Sea Buckthorn

📋 copy color: '#EB954D'

red 235 ◦ green 149 ◦ blue 77

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

Shades of Sea Buckthorn #EB954D

Tints of Sea Buckthorn #EB954D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.32%

 BLUE value IS 77 (30.47% from 255) = 16.7%

R = 50.98%
G = 32.32%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EB954D (or 0xEB954D) is known color: Sea Buckthorn. HEX triplet: EB, 95 and 4D. RGB value is (235,149,77). Sum of RGB (Red+Green+Blue) = 235+149+77=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 77 (30.47% from 255 or 16.70% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EB954D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB954D is #146AB2. Grayscale: #A6A6A6. Windows color (decimal): -1338035 or 5084651. OLE color: 5084651.

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

Color convert

RGB 235 149 77 -
CMYK 0 0.37 0.67 0.08
HSL 27.34º 0.8% 0.61% -
HSV(B) 27.34º 0.67% 0.92% -
XYZ 46.35 39.69 12.24 -
YUV 166.51 77.49 176.85 -
System Red Green Blue C M Y K H S L
Decimal 235 149 77 0 0.37 0.67 0.08 27.34 0.8 0.61
Hex EB 95 4D 0 25 43 8 1B 50 3D
Octal 353 225 115 0 45 103 10 33 120 75
Binary 11101011 10010101 1001101 0 100101 1000011 1000 11011 1010000 111101

Color Harmonies of #EB954D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB954D

Black with #EB954D

Text Example


Text Example

White with #EB954D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB954D; }

 p { color: rgb(235,149,77); }

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

background-color css

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

 a { background-color: rgb(235,149,77); }

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

border-color css

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

 span { border-color: rgb(235,149,77); }

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