Html Css Color HEX #E2914E Sea Buckthorn

📋 copy color: '#E2914E'

red 226 ◦ green 145 ◦ blue 78

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

Shades of Sea Buckthorn #E2914E

Tints of Sea Buckthorn #E2914E

RGB

 RED value IS 226 (88.67% from 255) = 50.33%

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

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

R = 50.33%
G = 32.29%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E2914E (or 0xE2914E) is known color: Sea Buckthorn. HEX triplet: E2, 91 and 4E. RGB value is (226,145,78). Sum of RGB (Red+Green+Blue) = 226+145+78=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 78 (30.86% from 255 or 17.37% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E2914E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2914E is #1D6EB1. Grayscale: #A1A1A1. Windows color (decimal): -1928882 or 5149154. OLE color: 5149154.

HSL color Cylindrical-coordinate representation of color #E2914E: hue angle of 27.16º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E2914E is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 145 78 -
CMYK 0 0.36 0.65 0.11
HSL 27.16º 0.72% 0.6% -
HSV(B) 27.16º 0.65% 0.89% -
XYZ 42.86 36.97 12.08 -
YUV 161.58 80.84 173.95 -
System Red Green Blue C M Y K H S L
Decimal 226 145 78 0 0.36 0.65 0.11 27.16 0.72 0.6
Hex E2 91 4E 0 24 41 B 1B 48 3C
Octal 342 221 116 0 44 101 13 33 110 74
Binary 11100010 10010001 1001110 0 100100 1000001 1011 11011 1001000 111100

Color Harmonies of #E2914E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2914E

Black with #E2914E

Text Example


Text Example

White with #E2914E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2914E; }

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

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

background-color css

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

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

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

border-color css

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

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

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