#ED7A28

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

Shades of Tahiti Gold #ED7A28

Tints of Tahiti Gold #ED7A28

Color information

#ED7A28 (or 0xED7A28) is unknown color: approx Tahiti Gold. HEX triplet: ED, 7A and 28. RGB value is (237,122,40). Sum of RGB (Red+Green+Blue) = 237+122+40=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 40 (16.02% from 255 or 10.03% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7A28 is #1285D7. Grayscale: #939393. Windows color (decimal): -1213912 or 2652909. OLE color: 2652909.

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

Color convert

RGB23712240-
CMYK00.490.830.07
HSL24.97º84.55%54.31%-
HSV(B)24.97º83.12%92.94%-
XYZ42.2732.085.97-
YUV147.0467.6192.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 59.40%
GREEN value IS 122 (48.05% from 255) = 30.58%
BLUE value IS 40 (16.02% from 255) = 10.03%
R=59.40%
G=30.58%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371224000.490.830.0724.9784.5554.31
HexED7A28031537195536
Octal3551725006112373112566
Binary11101101111101010100001100011010011111110011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7A28; }

 p { color: rgb(237,122,40); }

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

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

 a { background-color: rgb(237,122,40); }

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

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

 span { border-color: rgb(237,122,40); }

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