Html Css Color HEX #EA9540 Sea Buckthorn

📋 copy color: '#EA9540'

red 234 ◦ green 149 ◦ blue 64

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

Shades of Sea Buckthorn #EA9540

Tints of Sea Buckthorn #EA9540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.32%

R = 52.35%
G = 33.33%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA9540 (or 0xEA9540) is known color: Sea Buckthorn. HEX triplet: EA, 95 and 40. RGB value is (234,149,64). Sum of RGB (Red+Green+Blue) = 234+149+64=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 64 (25.39% from 255 or 14.32% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9540 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9540 is #156ABF. Grayscale: #A5A5A5. Windows color (decimal): -1403584 or 4232682. OLE color: 4232682.

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

Color convert

RGB 234 149 64 -
CMYK 0 0.36 0.73 0.08
HSL 30º 0.8% 0.58% -
HSV(B) 30º 0.73% 0.92% -
XYZ 45.6 39.36 10.04 -
YUV 164.73 71.16 177.41 -
System Red Green Blue C M Y K H S L
Decimal 234 149 64 0 0.36 0.73 0.08 30 0.8 0.58
Hex EA 95 40 0 24 49 8 1E 50 3A
Octal 352 225 100 0 44 111 10 36 120 72
Binary 11101010 10010101 1000000 0 100100 1001001 1000 11110 1010000 111010

Color Harmonies of #EA9540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9540

Black with #EA9540

Text Example


Text Example

White with #EA9540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9540; }

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

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

background-color css

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

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

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

border-color css

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

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

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