#ED6921

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

Shades of Tahiti Gold #ED6921

Tints of Tahiti Gold #ED6921

Color information

#ED6921 (or 0xED6921) is unknown color: approx Tahiti Gold. HEX triplet: ED, 69 and 21. RGB value is (237,105,33). Sum of RGB (Red+Green+Blue) = 237+105+33=375 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.2% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 33 (13.28% from 255 or 8.8% from 375); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6921 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6921 is #1296DE. Grayscale: #888888. Windows color (decimal): -1218271 or 2189805. OLE color: 2189805.

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

Color convert

RGB23710533-
CMYK00.560.860.07
HSL21.18º85%52.94%-
HSV(B)21.18º86.08%92.94%-
XYZ40.2528.224.76-
YUV136.2669.73199.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 63.2%
GREEN value IS 105 (41.41% from 255) = 28%
BLUE value IS 33 (13.28% from 255) = 8.8%
R=63.2%
G=28%
B=8.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371053300.560.860.0721.188552.94
HexED6921038567155535
Octal3551514107012672512565
Binary11101101110100110000101110001010110111101011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6921; }

 p { color: rgb(237,105,33); }

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

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

 a { background-color: rgb(237,105,33); }

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

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

 span { border-color: rgb(237,105,33); }

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