Html Css Color HEX #EA9B49 Sea Buckthorn

📋 copy color: '#EA9B49'

red 234 ◦ green 155 ◦ blue 73

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

Shades of Sea Buckthorn #EA9B49

Tints of Sea Buckthorn #EA9B49

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.55%

 BLUE value IS 73 (28.91% from 255) = 15.8%

R = 50.65%
G = 33.55%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EA9B49 (or 0xEA9B49) is known color: Sea Buckthorn. HEX triplet: EA, 9B and 49. RGB value is (234,155,73). Sum of RGB (Red+Green+Blue) = 234+155+73=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 73 (28.91% from 255 or 15.80% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9B49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9B49 is #1564B6. Grayscale: #A9A9A9. Windows color (decimal): -1402039 or 4824042. OLE color: 4824042.

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

Color convert

RGB 234 155 73 -
CMYK 0 0.34 0.69 0.08
HSL 30.56º 0.79% 0.6% -
HSV(B) 30.56º 0.69% 0.92% -
XYZ 46.86 41.42 11.83 -
YUV 169.27 73.67 174.17 -
System Red Green Blue C M Y K H S L
Decimal 234 155 73 0 0.34 0.69 0.08 30.56 0.79 0.6
Hex EA 9B 49 0 22 45 8 1F 4F 3C
Octal 352 233 111 0 42 105 10 37 117 74
Binary 11101010 10011011 1001001 0 100010 1000101 1000 11111 1001111 111100

Color Harmonies of #EA9B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9B49

Black with #EA9B49

Text Example


Text Example

White with #EA9B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9B49; }

 p { color: rgb(234,155,73); }

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

background-color css

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

 a { background-color: rgb(234,155,73); }

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

border-color css

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

 span { border-color: rgb(234,155,73); }

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