#ED6D24

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

Shades of Tahiti Gold #ED6D24

Tints of Tahiti Gold #ED6D24

Color information

#ED6D24 (or 0xED6D24) is unknown color: approx Tahiti Gold. HEX triplet: ED, 6D and 24. RGB value is (237,109,36). Sum of RGB (Red+Green+Blue) = 237+109+36=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 36 (14.45% from 255 or 9.42% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6D24 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6D24 is #1292DB. Grayscale: #8B8B8B. Windows color (decimal): -1217244 or 2387437. OLE color: 2387437.

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

Color convert

RGB23710936-
CMYK00.540.850.07
HSL21.79º84.81%53.53%-
HSV(B)21.79º84.81%92.94%-
XYZ40.7129.075.13-
YUV138.9569.91197.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 62.04%
GREEN value IS 109 (42.97% from 255) = 28.53%
BLUE value IS 36 (14.45% from 255) = 9.42%
R=62.04%
G=28.53%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.85
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371093600.540.850.0721.7984.8153.53
HexED6D24036557165536
Octal3551554406612572612566
Binary11101101110110110010001101101010101111101101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6D24; }

 p { color: rgb(237,109,36); }

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

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

 a { background-color: rgb(237,109,36); }

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

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

 span { border-color: rgb(237,109,36); }

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