Html Css Color HEX #EB914E Sea Buckthorn

📋 copy color: '#EB914E'

red 235 ◦ green 145 ◦ blue 78

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

Shades of Sea Buckthorn #EB914E

Tints of Sea Buckthorn #EB914E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.03%

R = 51.31%
G = 31.66%
B = 17.03%

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

#EB914E (or 0xEB914E) is known color: Sea Buckthorn. HEX triplet: EB, 91 and 4E. RGB value is (235,145,78). Sum of RGB (Red+Green+Blue) = 235+145+78=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 78 (30.86% from 255 or 17.03% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EB914E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB914E is #146EB1. Grayscale: #A4A4A4. Windows color (decimal): -1339058 or 5149163. OLE color: 5149163.

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

Color convert

RGB 235 145 78 -
CMYK 0 0.38 0.67 0.08
HSL 25.61º 0.8% 0.61% -
HSV(B) 25.61º 0.67% 0.92% -
XYZ 45.76 38.46 12.22 -
YUV 164.27 79.32 178.45 -
System Red Green Blue C M Y K H S L
Decimal 235 145 78 0 0.38 0.67 0.08 25.61 0.8 0.61
Hex EB 91 4E 0 26 43 8 1A 50 3D
Octal 353 221 116 0 46 103 10 32 120 75
Binary 11101011 10010001 1001110 0 100110 1000011 1000 11010 1010000 111101

Color Harmonies of #EB914E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB914E

Black with #EB914E

Text Example


Text Example

White with #EB914E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB914E; }

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

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

background-color css

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

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

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

border-color css

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

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

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