#EF9B42

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

Shades of Sea Buckthorn #EF9B42

Tints of Sea Buckthorn #EF9B42

Color information

#EF9B42 (or 0xEF9B42) is unknown color: approx Sea Buckthorn. HEX triplet: EF, 9B and 42. RGB value is (239,155,66). Sum of RGB (Red+Green+Blue) = 239+155+66=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 66 (26.17% from 255 or 14.35% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9B42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9B42 is #1064BD. Grayscale: #AAAAAA. Windows color (decimal): -1074366 or 4365295. OLE color: 4365295.

HSL color Cylindrical-coordinate representation of color #EF9B42: hue angle of 30.87º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF9B42 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB23915566-
CMYK00.350.720.06
HSL30.87º84.39%59.8%-
HSV(B)30.87º72.38%93.73%-
XYZ48.342.1910.75-
YUV169.9769.33177.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.96%
GREEN value IS 155 (60.94% from 255) = 33.70%
BLUE value IS 66 (26.17% from 255) = 14.35%
R=51.96%
G=33.70%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391556600.350.720.0630.8784.3959.8
HexEF9B420234861f543c
Octal35723310204311063712474
Binary1110111110011011100001001000111001000110111111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9B42; }

 p { color: rgb(239,155,66); }

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

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

 a { background-color: rgb(239,155,66); }

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

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

 span { border-color: rgb(239,155,66); }

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