#EA9945

Color #EA9945 Sea Buckthorn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Buckthorn #EA9945

Tints of Sea Buckthorn #EA9945

Color information

#EA9945 (or 0xEA9945) is unknown color: approx Sea Buckthorn. HEX triplet: EA, 99 and 45. RGB value is (234,153,69). Sum of RGB (Red+Green+Blue) = 234+153+69=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 69 (27.34% from 255 or 15.13% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9945 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9945 is #1566BA. Grayscale: #A8A8A8. Windows color (decimal): -1402555 or 4561386. OLE color: 4561386.

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

Color convert

RGB23415369-
CMYK00.350.710.08
HSL30.55º79.71%59.41%-
HSV(B)30.55º70.51%91.76%-
XYZ46.440.711.04-
YUV167.6472.34175.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.32%
GREEN value IS 153 (60.16% from 255) = 33.55%
BLUE value IS 69 (27.34% from 255) = 15.13%
R=51.32%
G=33.55%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341536900.350.710.0830.5579.7159.41
HexEA99450234781f503b
Octal352231105043107103712073
Binary11101010100110011000101010001110001111000111111010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9945; }

 p { color: rgb(234,153,69); }

 H1.HeaderClassName
 {
   color: #EA9945;
 }
 .AnyTagClassName
 {
   color: #EA9945;
 }
</style>
background-color css

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

 a { background-color: rgb(234,153,69); }

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

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

 span { border-color: rgb(234,153,69); }

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