Html Css Color HEX #EA9348 Sea Buckthorn

📋 copy color: '#EA9348'

red 234 ◦ green 147 ◦ blue 72

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

Shades of Sea Buckthorn #EA9348

Tints of Sea Buckthorn #EA9348

RGB

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

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

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

R = 51.66%
G = 32.45%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EA9348 (or 0xEA9348) is known color: Sea Buckthorn. HEX triplet: EA, 93 and 48. RGB value is (234,147,72). Sum of RGB (Red+Green+Blue) = 234+147+72=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 72 (28.52% from 255 or 15.89% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9348 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9348 is #156CB7. Grayscale: #A4A4A4. Windows color (decimal): -1404088 or 4756458. OLE color: 4756458.

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

Color convert

RGB 234 147 72 -
CMYK 0 0.37 0.69 0.08
HSL 27.78º 0.79% 0.6% -
HSV(B) 27.78º 0.69% 0.92% -
XYZ 45.54 38.83 11.23 -
YUV 164.46 75.82 177.6 -
System Red Green Blue C M Y K H S L
Decimal 234 147 72 0 0.37 0.69 0.08 27.78 0.79 0.6
Hex EA 93 48 0 25 45 8 1C 4F 3C
Octal 352 223 110 0 45 105 10 34 117 74
Binary 11101010 10010011 1001000 0 100101 1000101 1000 11100 1001111 111100

Color Harmonies of #EA9348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9348

Black with #EA9348

Text Example


Text Example

White with #EA9348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9348; }

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

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

background-color css

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

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

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

border-color css

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

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

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