#ed6521

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

Shades of Tahiti Gold #ED6521

Tints of Tahiti Gold #ED6521

Color information

#ED6521 (or 0xED6521) is unknown color: approx Tahiti Gold. HEX triplet: ED, 65 and 21. RGB value is (237,101,33). Sum of RGB (Red+Green+Blue) = 237+101+33=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6521 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6521 is #129ADE. Grayscale: #868686. Windows color (decimal): -1219295 or 2188781. OLE color: 2188781.

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

Color convert

RGB23710133-
CMYK00.570.860.07
HSL20º85%52.94%-
HSV(B)20º86.08%92.94%-
XYZ39.8527.424.63-
YUV133.9171.06201.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 63.88%
GREEN value IS 101 (39.84% from 255) = 27.22%
BLUE value IS 33 (13.28% from 255) = 8.89%
R=63.88%
G=27.22%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371013300.570.860.07208552.94
HexED6521039567145535
Octal3551454107112672412565
Binary11101101110010110000101110011010110111101001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed6521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed6521; }

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

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

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

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

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

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

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

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