Html Css Color HEX #ED7120 Tahiti Gold

📋 copy color: '#ED7120'

red 237 ◦ green 113 ◦ blue 32

#ED7120
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tahiti Gold #ED7120

Tints of Tahiti Gold #ED7120

RGB

 RED value IS 237 (92.97% from 255) = 62.04%

 GREEN value IS 113 (44.53% from 255) = 29.58%

 BLUE value IS 32 (12.89% from 255) = 8.38%

R = 62.04%
G = 29.58%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED7120 (or 0xED7120) is known color: Tahiti Gold. HEX triplet: ED, 71 and 20. RGB value is (237,113,32). Sum of RGB (Red+Green+Blue) = 237+113+32=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 32 (12.89% from 255 or 8.38% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7120 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7120 is #128EDF. Grayscale: #8D8D8D. Windows color (decimal): -1216224 or 2126317. OLE color: 2126317.

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

Color convert

RGB 237 113 32 -
CMYK 0 0.52 0.86 0.07
HSL 23.71º 0.85% 0.53% -
HSV(B) 23.71º 0.86% 0.93% -
XYZ 41.09 29.92 4.98 -
YUV 140.84 66.58 196.59 -
System Red Green Blue C M Y K H S L
Decimal 237 113 32 0 0.52 0.86 0.07 23.71 0.85 0.53
Hex ED 71 20 0 34 56 7 18 55 35
Octal 355 161 40 0 64 126 7 30 125 65
Binary 11101101 1110001 100000 0 110100 1010110 111 11000 1010101 110101

Color Harmonies of #ED7120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7120

Black with #ED7120

Text Example


Text Example

White with #ED7120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7120; }

 p { color: rgb(237,113,32); }

 H1.HeaderClassName
 {
   color: #ED7120;
 }
 .AnyTagClassName
 {
   color: #ED7120;
 }
</style>

background-color css

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

 a { background-color: rgb(237,113,32); }

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

border-color css

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

 span { border-color: rgb(237,113,32); }

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