#ED7422

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

Shades of Tahiti Gold #ED7422

Tints of Tahiti Gold #ED7422

Color information

#ED7422 (or 0xED7422) is unknown color: approx Tahiti Gold. HEX triplet: ED, 74 and 22. RGB value is (237,116,34). Sum of RGB (Red+Green+Blue) = 237+116+34=387 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.24% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 34 (13.67% from 255 or 8.79% from 387); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7422 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7422 is #128BDD. Grayscale: #8F8F8F. Windows color (decimal): -1215454 or 2258157. OLE color: 2258157.

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

Color convert

RGB23711634-
CMYK00.510.860.07
HSL24.24º84.94%53.14%-
HSV(B)24.24º85.65%92.94%-
XYZ41.4630.615.24-
YUV142.8366.59195.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 61.24%
GREEN value IS 116 (45.70% from 255) = 29.97%
BLUE value IS 34 (13.67% from 255) = 8.79%
R=61.24%
G=29.97%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371163400.510.860.0724.2484.9453.14
HexED7422033567185535
Octal3551644206312673012565
Binary11101101111010010001001100111010110111110001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7422; }

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

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

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

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

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

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

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

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