#EE7229

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

Shades of Tahiti Gold #EE7229

Tints of Tahiti Gold #EE7229

Color information

#EE7229 (or 0xEE7229) is unknown color: approx Tahiti Gold. HEX triplet: EE, 72 and 29. RGB value is (238,114,41). Sum of RGB (Red+Green+Blue) = 238+114+41=393 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.56% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 41 (16.41% from 255 or 10.43% from 393); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7229 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7229 is #118DD6. Grayscale: #8F8F8F. Windows color (decimal): -1150423 or 2716398. OLE color: 2716398.

HSL color Cylindrical-coordinate representation of color #EE7229: hue angle of 22.23º 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 #EE7229 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB23811441-
CMYK00.520.830.07
HSL22.23º85.28%54.71%-
HSV(B)22.23º82.77%93.33%-
XYZ41.6830.375.76-
YUV142.7570.58195.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 60.56%
GREEN value IS 114 (44.92% from 255) = 29.01%
BLUE value IS 41 (16.41% from 255) = 10.43%
R=60.56%
G=29.01%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381144100.520.830.0722.2385.2854.71
HexEE7229034537165537
Octal3561625106412372612567
Binary11101110111001010100101101001010011111101101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7229; }

 p { color: rgb(238,114,41); }

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

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

 a { background-color: rgb(238,114,41); }

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

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

 span { border-color: rgb(238,114,41); }

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