#EE7128

Color #EE7128 Tahiti Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tahiti Gold #EE7128

Tints of Tahiti Gold #EE7128

Color information

#EE7128 (or 0xEE7128) is unknown color: approx Tahiti Gold. HEX triplet: EE, 71 and 28. RGB value is (238,113,40). Sum of RGB (Red+Green+Blue) = 238+113+40=391 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.87% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 40 (16.02% from 255 or 10.23% from 391); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7128 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7128 is #118ED7. Grayscale: #8E8E8E. Windows color (decimal): -1150680 or 2650606. OLE color: 2650606.

HSL color Cylindrical-coordinate representation of color #EE7128: hue angle of 22.12º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE7128 is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB23811340-
CMYK00.530.830.07
HSL22.12º85.34%54.51%-
HSV(B)22.12º83.19%93.33%-
XYZ41.5530.145.64-
YUV142.0570.41196.44-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 60.87%
GREEN value IS 113 (44.53% from 255) = 28.90%
BLUE value IS 40 (16.02% from 255) = 10.23%
R=60.87%
G=28.90%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381134000.530.830.0722.1285.3454.51
HexEE7128035537165537
Octal3561615006512372612567
Binary11101110111000110100001101011010011111101101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7128; }

 p { color: rgb(238,113,40); }

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

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

 a { background-color: rgb(238,113,40); }

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

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

 span { border-color: rgb(238,113,40); }

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