#ED7222

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

Shades of Tahiti Gold #ED7222

Tints of Tahiti Gold #ED7222

Color information

#ED7222 (or 0xED7222) is unknown color: approx Tahiti Gold. HEX triplet: ED, 72 and 22. RGB value is (237,114,34). Sum of RGB (Red+Green+Blue) = 237+114+34=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 34 (13.67% from 255 or 8.83% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7222 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7222 is #128DDD. Grayscale: #8E8E8E. Windows color (decimal): -1215966 or 2257645. OLE color: 2257645.

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

Color convert

RGB23711434-
CMYK00.520.860.07
HSL23.65º84.94%53.14%-
HSV(B)23.65º85.65%92.94%-
XYZ41.2330.155.16-
YUV141.6667.25196-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 61.56%
GREEN value IS 114 (44.92% from 255) = 29.61%
BLUE value IS 34 (13.67% from 255) = 8.83%
R=61.56%
G=29.61%
B=8.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371143400.520.860.0723.6584.9453.14
HexED7222034567185535
Octal3551624206412673012565
Binary11101101111001010001001101001010110111110001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7222; }

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

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

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

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

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

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

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

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