#ED7429

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

Shades of Tahiti Gold #ED7429

Tints of Tahiti Gold #ED7429

Color information

#ED7429 (or 0xED7429) is unknown color: approx Tahiti Gold. HEX triplet: ED, 74 and 29. RGB value is (237,116,41). Sum of RGB (Red+Green+Blue) = 237+116+41=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 41 (16.41% from 255 or 10.41% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7429 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7429 is #128BD6. Grayscale: #909090. Windows color (decimal): -1215447 or 2716909. OLE color: 2716909.

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

Color convert

RGB23711641-
CMYK00.510.830.07
HSL22.96º84.48%54.51%-
HSV(B)22.96º82.7%92.94%-
XYZ41.5730.665.82-
YUV143.6370.09194.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 60.15%
GREEN value IS 116 (45.70% from 255) = 29.44%
BLUE value IS 41 (16.41% from 255) = 10.41%
R=60.15%
G=29.44%
B=10.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371164100.510.830.0722.9684.4854.51
HexED7429033537175437
Octal3551645106312372712467
Binary11101101111010010100101100111010011111101111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7429; }

 p { color: rgb(237,116,41); }

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

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

 a { background-color: rgb(237,116,41); }

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

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

 span { border-color: rgb(237,116,41); }

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