#EE6725

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

Shades of Tahiti Gold #EE6725

Tints of Tahiti Gold #EE6725

Color information

#EE6725 (or 0xEE6725) is unknown color: approx Tahiti Gold. HEX triplet: EE, 67 and 25. RGB value is (238,103,37). Sum of RGB (Red+Green+Blue) = 238+103+37=378 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.96% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6725 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE6725 is #1198DA. Grayscale: #888888. Windows color (decimal): -1153243 or 2451438. OLE color: 2451438.

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

Color convert

RGB23810337-
CMYK00.570.840.07
HSL19.7º85.53%53.92%-
HSV(B)19.7º84.45%93.33%-
XYZ40.4428.015.03-
YUV135.8472.23200.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 62.96%
GREEN value IS 103 (40.62% from 255) = 27.25%
BLUE value IS 37 (14.84% from 255) = 9.79%
R=62.96%
G=27.25%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.84
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381033700.570.840.0719.785.5353.92
HexEE6725039547145636
Octal3561474507112472412666
Binary11101110110011110010101110011010100111101001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6725; }

 p { color: rgb(238,103,37); }

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

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

 a { background-color: rgb(238,103,37); }

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

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

 span { border-color: rgb(238,103,37); }

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