Html Css Color HEX #E49450 Sea Buckthorn

📋 copy color: '#E49450'

red 228 ◦ green 148 ◦ blue 80

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

Shades of Sea Buckthorn #E49450

Tints of Sea Buckthorn #E49450

RGB

 RED value IS 228 (89.45% from 255) = 50%

 GREEN value IS 148 (58.2% from 255) = 32.46%

 BLUE value IS 80 (31.64% from 255) = 17.54%

R = 50%
G = 32.46%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E49450 (or 0xE49450) is known color: Sea Buckthorn. HEX triplet: E4, 94 and 50. RGB value is (228,148,80). Sum of RGB (Red+Green+Blue) = 228+148+80=456 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 228 - color contains mainly: red. Hex color #E49450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49450 is #1B6BAF. Grayscale: #A4A4A4. Windows color (decimal): -1797040 or 5280996. OLE color: 5280996.

HSL color Cylindrical-coordinate representation of color #E49450: hue angle of 27.57º degrees, saturation: 0.73, 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 #E49450 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 148 80 -
CMYK 0 0.35 0.65 0.11
HSL 27.57º 0.73% 0.6% -
HSV(B) 27.57º 0.65% 0.89% -
XYZ 44.03 38.25 12.65 -
YUV 164.17 80.5 173.53 -
System Red Green Blue C M Y K H S L
Decimal 228 148 80 0 0.35 0.65 0.11 27.57 0.73 0.6
Hex E4 94 50 0 23 41 B 1C 49 3C
Octal 344 224 120 0 43 101 13 34 111 74
Binary 11100100 10010100 1010000 0 100011 1000001 1011 11100 1001001 111100

Color Harmonies of #E49450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49450

Black with #E49450

Text Example


Text Example

White with #E49450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49450; }

 p { color: rgb(228,148,80); }

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

background-color css

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

 a { background-color: rgb(228,148,80); }

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

border-color css

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

 span { border-color: rgb(228,148,80); }

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