#EA9752

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

Shades of Sea Buckthorn #EA9752

Tints of Sea Buckthorn #EA9752

Color information

#EA9752 (or 0xEA9752) is unknown color: approx Sea Buckthorn. HEX triplet: EA, 97 and 52. RGB value is (234,151,82). Sum of RGB (Red+Green+Blue) = 234+151+82=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 82 (32.42% from 255 or 17.56% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9752 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9752 is #1568AD. Grayscale: #A8A8A8. Windows color (decimal): -1403054 or 5412842. OLE color: 5412842.

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

Color convert

RGB23415182-
CMYK00.350.650.08
HSL27.24º78.35%61.96%-
HSV(B)27.24º64.96%91.76%-
XYZ46.5240.2313.3-
YUV167.9579.5175.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.11%
GREEN value IS 151 (59.38% from 255) = 32.33%
BLUE value IS 82 (32.42% from 255) = 17.56%
R=50.11%
G=32.33%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341518200.350.650.0827.2478.3561.96
HexEA97520234181b4e3e
Octal352227122043101103311676
Binary11101010100101111010010010001110000011000110111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9752; }

 p { color: rgb(234,151,82); }

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

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

 a { background-color: rgb(234,151,82); }

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

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

 span { border-color: rgb(234,151,82); }

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