#ED7821

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

Shades of Tahiti Gold #ED7821

Tints of Tahiti Gold #ED7821

Color information

#ED7821 (or 0xED7821) is unknown color: approx Tahiti Gold. HEX triplet: ED, 78 and 21. RGB value is (237,120,33). Sum of RGB (Red+Green+Blue) = 237+120+33=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 33 (13.28% from 255 or 8.46% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7821 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7821 is #1287DE. Grayscale: #919191. Windows color (decimal): -1214431 or 2193645. OLE color: 2193645.

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

Color convert

RGB23712033-
CMYK00.490.860.07
HSL25.59º85%52.94%-
HSV(B)25.59º86.08%92.94%-
XYZ41.9231.555.32-
YUV145.0664.76193.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 60.77%
GREEN value IS 120 (47.27% from 255) = 30.77%
BLUE value IS 33 (13.28% from 255) = 8.46%
R=60.77%
G=30.77%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371203300.490.860.0725.598552.94
HexED78210315671a5535
Octal3551704106112673212565
Binary11101101111100010000101100011010110111110101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7821; }

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

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

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

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

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

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

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

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