Html Css Color HEX #EA9F48 Sea Buckthorn

📋 copy color: '#EA9F48'

red 234 ◦ green 159 ◦ blue 72

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

Shades of Sea Buckthorn #EA9F48

Tints of Sea Buckthorn #EA9F48

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.19%

 BLUE value IS 72 (28.52% from 255) = 15.48%

R = 50.32%
G = 34.19%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EA9F48 (or 0xEA9F48) is known color: Sea Buckthorn. HEX triplet: EA, 9F and 48. RGB value is (234,159,72). Sum of RGB (Red+Green+Blue) = 234+159+72=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 72 (28.52% from 255 or 15.48% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9F48 is #1560B7. Grayscale: #ABABAB. Windows color (decimal): -1401016 or 4759530. OLE color: 4759530.

HSL color Cylindrical-coordinate representation of color #EA9F48: hue angle of 32.22º 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 #EA9F48 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 159 72 -
CMYK 0 0.32 0.69 0.08
HSL 32.22º 0.79% 0.6% -
HSV(B) 32.22º 0.69% 0.92% -
XYZ 47.5 42.76 11.88 -
YUV 171.51 71.85 172.57 -
System Red Green Blue C M Y K H S L
Decimal 234 159 72 0 0.32 0.69 0.08 32.22 0.79 0.6
Hex EA 9F 48 0 20 45 8 20 4F 3C
Octal 352 237 110 0 40 105 10 40 117 74
Binary 11101010 10011111 1001000 0 100000 1000101 1000 100000 1001111 111100

Color Harmonies of #EA9F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9F48

Black with #EA9F48

Text Example


Text Example

White with #EA9F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9F48; }

 p { color: rgb(234,159,72); }

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

background-color css

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

 a { background-color: rgb(234,159,72); }

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

border-color css

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

 span { border-color: rgb(234,159,72); }

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