#EE993F

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

Shades of Sea Buckthorn #EE993F

Tints of Sea Buckthorn #EE993F

Color information

#EE993F (or 0xEE993F) is unknown color: approx Sea Buckthorn. HEX triplet: EE, 99 and 3F. RGB value is (238,153,63). Sum of RGB (Red+Green+Blue) = 238+153+63=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 63 (25% from 255 or 13.88% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EE993F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE993F is #1166C0. Grayscale: #A8A8A8. Windows color (decimal): -1140417 or 4168174. OLE color: 4168174.

HSL color Cylindrical-coordinate representation of color #EE993F: hue angle of 30.86º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE993F is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB23815363-
CMYK00.360.740.07
HSL30.86º83.73%59.02%-
HSV(B)30.86º73.53%93.33%-
XYZ47.5541.3210.17-
YUV168.1568.66177.82-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.42%
GREEN value IS 153 (60.16% from 255) = 33.70%
BLUE value IS 63 (25% from 255) = 13.88%
R=52.42%
G=33.70%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381536300.360.740.0730.8683.7359.02
HexEE993F0244A71f543b
Octal3562317704411273712473
Binary111011101001100111111101001001001010111111111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE993F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE993F; }

 p { color: rgb(238,153,63); }

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

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

 a { background-color: rgb(238,153,63); }

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

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

 span { border-color: rgb(238,153,63); }

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