#ED782A

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

Shades of Tahiti Gold #ED782A

Tints of Tahiti Gold #ED782A

Color information

#ED782A (or 0xED782A) is unknown color: approx Tahiti Gold. HEX triplet: ED, 78 and 2A. RGB value is (237,120,42). Sum of RGB (Red+Green+Blue) = 237+120+42=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 42 (16.80% from 255 or 10.53% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED782A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED782A is #1287D5. Grayscale: #929292. Windows color (decimal): -1214422 or 2783469. OLE color: 2783469.

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

Color convert

RGB23712042-
CMYK00.490.820.07
HSL24º84.42%54.71%-
HSV(B)24º82.28%92.94%-
XYZ42.0631.66.07-
YUV146.0969.26192.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 59.40%
GREEN value IS 120 (47.27% from 255) = 30.08%
BLUE value IS 42 (16.80% from 255) = 10.53%
R=59.40%
G=30.08%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371204200.490.820.072484.4254.71
HexED782A031527185437
Octal3551705206112273012467
Binary11101101111100010101001100011010010111110001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED782A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED782A; }

 p { color: rgb(237,120,42); }

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

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

 a { background-color: rgb(237,120,42); }

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

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

 span { border-color: rgb(237,120,42); }

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