Html Css Color HEX #EA9046 Sea Buckthorn

📋 copy color: '#EA9046'

red 234 ◦ green 144 ◦ blue 70

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

Shades of Sea Buckthorn #EA9046

Tints of Sea Buckthorn #EA9046

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.14%

 BLUE value IS 70 (27.73% from 255) = 15.63%

R = 52.23%
G = 32.14%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EA9046 (or 0xEA9046) is known color: Sea Buckthorn. HEX triplet: EA, 90 and 46. RGB value is (234,144,70). Sum of RGB (Red+Green+Blue) = 234+144+70=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 70 (27.73% from 255 or 15.62% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9046 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9046 is #156FB9. Grayscale: #A2A2A2. Windows color (decimal): -1404858 or 4624618. OLE color: 4624618.

HSL color Cylindrical-coordinate representation of color #EA9046: hue angle of 27.07º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA9046 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 144 70 -
CMYK 0 0.38 0.70 0.08
HSL 27.07º 0.8% 0.6% -
HSV(B) 27.07º 0.7% 0.92% -
XYZ 45.01 37.88 10.73 -
YUV 162.47 75.82 179.02 -
System Red Green Blue C M Y K H S L
Decimal 234 144 70 0 0.38 0.70 0.08 27.07 0.8 0.6
Hex EA 90 46 0 26 46 8 1B 50 3C
Octal 352 220 106 0 46 106 10 33 120 74
Binary 11101010 10010000 1000110 0 100110 1000110 1000 11011 1010000 111100

Color Harmonies of #EA9046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9046

Black with #EA9046

Text Example


Text Example

White with #EA9046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9046; }

 p { color: rgb(234,144,70); }

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

background-color css

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

 a { background-color: rgb(234,144,70); }

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

border-color css

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

 span { border-color: rgb(234,144,70); }

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