Html Css Color HEX #EA9350 Sea Buckthorn

📋 copy color: '#EA9350'

red 234 ◦ green 147 ◦ blue 80

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

Shades of Sea Buckthorn #EA9350

Tints of Sea Buckthorn #EA9350

RGB

 RED value IS 234 (91.8% from 255) = 50.76%

 GREEN value IS 147 (57.81% from 255) = 31.89%

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

R = 50.76%
G = 31.89%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EA9350 (or 0xEA9350) is known color: Sea Buckthorn. HEX triplet: EA, 93 and 50. RGB value is (234,147,80). Sum of RGB (Red+Green+Blue) = 234+147+80=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9350 is #156CAF. Grayscale: #A5A5A5. Windows color (decimal): -1404080 or 5280746. OLE color: 5280746.

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

Color convert

RGB 234 147 80 -
CMYK 0 0.37 0.66 0.08
HSL 26.1º 0.79% 0.62% -
HSV(B) 26.1º 0.66% 0.92% -
XYZ 45.81 38.94 12.69 -
YUV 165.38 79.82 176.95 -
System Red Green Blue C M Y K H S L
Decimal 234 147 80 0 0.37 0.66 0.08 26.1 0.79 0.62
Hex EA 93 50 0 25 42 8 1A 4F 3E
Octal 352 223 120 0 45 102 10 32 117 76
Binary 11101010 10010011 1010000 0 100101 1000010 1000 11010 1001111 111110

Color Harmonies of #EA9350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9350

Black with #EA9350

Text Example


Text Example

White with #EA9350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9350; }

 p { color: rgb(234,147,80); }

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

background-color css

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

 a { background-color: rgb(234,147,80); }

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

border-color css

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

 span { border-color: rgb(234,147,80); }

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