#ED7022

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

Shades of Tahiti Gold #ED7022

Tints of Tahiti Gold #ED7022

Color information

#ED7022 (or 0xED7022) is unknown color: approx Tahiti Gold. HEX triplet: ED, 70 and 22. RGB value is (237,112,34). Sum of RGB (Red+Green+Blue) = 237+112+34=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 34 (13.67% from 255 or 8.88% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7022 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7022 is #128FDD. Grayscale: #8C8C8C. Windows color (decimal): -1216478 or 2257133. OLE color: 2257133.

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

Color convert

RGB23711234-
CMYK00.530.860.07
HSL23.05º84.94%53.14%-
HSV(B)23.05º85.65%92.94%-
XYZ41.0129.715.09-
YUV140.4867.91196.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 61.88%
GREEN value IS 112 (44.14% from 255) = 29.24%
BLUE value IS 34 (13.67% from 255) = 8.88%
R=61.88%
G=29.24%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371123400.530.860.0723.0584.9453.14
HexED7022035567175535
Octal3551604206512672712565
Binary11101101111000010001001101011010110111101111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7022; }

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

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

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

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

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

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

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

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