#ED6E24

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

Shades of Tahiti Gold #ED6E24

Tints of Tahiti Gold #ED6E24

Color information

#ED6E24 (or 0xED6E24) is unknown color: approx Tahiti Gold. HEX triplet: ED, 6E and 24. RGB value is (237,110,36). Sum of RGB (Red+Green+Blue) = 237+110+36=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 36 (14.45% from 255 or 9.40% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6E24 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6E24 is #1291DB. Grayscale: #8B8B8B. Windows color (decimal): -1216988 or 2387693. OLE color: 2387693.

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

Color convert

RGB23711036-
CMYK00.540.850.07
HSL22.09º84.81%53.53%-
HSV(B)22.09º84.81%92.94%-
XYZ40.8229.285.17-
YUV139.5469.58197.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 61.88%
GREEN value IS 110 (43.36% from 255) = 28.72%
BLUE value IS 36 (14.45% from 255) = 9.40%
R=61.88%
G=28.72%
B=9.40%

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
Decimal2371103600.540.850.0722.0984.8153.53
HexED6E24036557165536
Octal3551564406612572612566
Binary11101101110111010010001101101010101111101101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6E24; }

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

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

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

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

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

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

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

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