Html Css Color HEX #EB914D Sea Buckthorn

📋 copy color: '#EB914D'

red 235 ◦ green 145 ◦ blue 77

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

Shades of Sea Buckthorn #EB914D

Tints of Sea Buckthorn #EB914D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.73%

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

R = 51.42%
G = 31.73%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EB914D (or 0xEB914D) is known color: Sea Buckthorn. HEX triplet: EB, 91 and 4D. RGB value is (235,145,77). Sum of RGB (Red+Green+Blue) = 235+145+77=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 77 (30.47% from 255 or 16.85% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EB914D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB914D is #146EB2. Grayscale: #A4A4A4. Windows color (decimal): -1339059 or 5083627. OLE color: 5083627.

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

Color convert

RGB 235 145 77 -
CMYK 0 0.38 0.67 0.08
HSL 25.82º 0.8% 0.61% -
HSV(B) 25.82º 0.67% 0.92% -
XYZ 45.73 38.45 12.03 -
YUV 164.16 78.82 178.53 -
System Red Green Blue C M Y K H S L
Decimal 235 145 77 0 0.38 0.67 0.08 25.82 0.8 0.61
Hex EB 91 4D 0 26 43 8 1A 50 3D
Octal 353 221 115 0 46 103 10 32 120 75
Binary 11101011 10010001 1001101 0 100110 1000011 1000 11010 1010000 111101

Color Harmonies of #EB914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB914D

Black with #EB914D

Text Example


Text Example

White with #EB914D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB914D; }

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

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

background-color css

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

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

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

border-color css

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

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

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