Html Css Color HEX #EA9541 Sea Buckthorn

📋 copy color: '#EA9541'

red 234 ◦ green 149 ◦ blue 65

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

Shades of Sea Buckthorn #EA9541

Tints of Sea Buckthorn #EA9541

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.26%

 BLUE value IS 65 (25.78% from 255) = 14.51%

R = 52.23%
G = 33.26%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA9541 (or 0xEA9541) is known color: Sea Buckthorn. HEX triplet: EA, 95 and 41. RGB value is (234,149,65). Sum of RGB (Red+Green+Blue) = 234+149+65=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 65 (25.78% from 255 or 14.51% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9541 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9541 is #156ABE. Grayscale: #A5A5A5. Windows color (decimal): -1403583 or 4298218. OLE color: 4298218.

HSL color Cylindrical-coordinate representation of color #EA9541: hue angle of 29.82º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA9541 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 149 65 -
CMYK 0 0.36 0.72 0.08
HSL 29.82º 0.8% 0.59% -
HSV(B) 29.82º 0.72% 0.92% -
XYZ 45.63 39.37 10.19 -
YUV 164.84 71.66 177.33 -
System Red Green Blue C M Y K H S L
Decimal 234 149 65 0 0.36 0.72 0.08 29.82 0.8 0.59
Hex EA 95 41 0 24 48 8 1E 50 3B
Octal 352 225 101 0 44 110 10 36 120 73
Binary 11101010 10010101 1000001 0 100100 1001000 1000 11110 1010000 111011

Color Harmonies of #EA9541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9541

Black with #EA9541

Text Example


Text Example

White with #EA9541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9541; }

 p { color: rgb(234,149,65); }

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

background-color css

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

 a { background-color: rgb(234,149,65); }

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

border-color css

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

 span { border-color: rgb(234,149,65); }

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