#EF9A52

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

Shades of Sea Buckthorn #EF9A52

Tints of Sea Buckthorn #EF9A52

Color information

#EF9A52 (or 0xEF9A52) is unknown color: approx Sea Buckthorn. HEX triplet: EF, 9A and 52. RGB value is (239,154,82). Sum of RGB (Red+Green+Blue) = 239+154+82=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 82 (32.42% from 255 or 17.26% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9A52 is #1065AD. Grayscale: #ABABAB. Windows color (decimal): -1074606 or 5413615. OLE color: 5413615.

HSL color Cylindrical-coordinate representation of color #EF9A52: hue angle of 27.52º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF9A52 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB23915482-
CMYK00.360.660.06
HSL27.52º83.07%62.94%-
HSV(B)27.52º65.69%93.73%-
XYZ48.6842.0713.54-
YUV171.2177.66176.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.32%
GREEN value IS 154 (60.55% from 255) = 32.42%
BLUE value IS 82 (32.42% from 255) = 17.26%
R=50.32%
G=32.42%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391548200.360.660.0627.5283.0762.94
HexEF9A520244261c533f
Octal35723212204410263412377
Binary1110111110011010101001001001001000010110111001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9A52; }

 p { color: rgb(239,154,82); }

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

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

 a { background-color: rgb(239,154,82); }

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

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

 span { border-color: rgb(239,154,82); }

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