Html Css Color HEX #ED6220 Tahiti Gold

📋 copy color: '#ED6220'

red 237 ◦ green 98 ◦ blue 32

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

Shades of Tahiti Gold #ED6220

Tints of Tahiti Gold #ED6220

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.7%

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

R = 64.58%
G = 26.7%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED6220 (or 0xED6220) is known color: Tahiti Gold. HEX triplet: ED, 62 and 20. RGB value is (237,98,32). Sum of RGB (Red+Green+Blue) = 237+98+32=367 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.58% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 32 (12.89% from 255 or 8.72% from 367); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6220 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6220 is #129DDF. Grayscale: #848484. Windows color (decimal): -1220064 or 2122477. OLE color: 2122477.

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

Color convert

RGB 237 98 32 -
CMYK 0 0.59 0.86 0.07
HSL 19.32º 0.85% 0.53% -
HSV(B) 19.32º 0.86% 0.93% -
XYZ 39.55 26.84 4.46 -
YUV 132.04 71.55 202.87 -
System Red Green Blue C M Y K H S L
Decimal 237 98 32 0 0.59 0.86 0.07 19.32 0.85 0.53
Hex ED 62 20 0 3B 56 7 13 55 35
Octal 355 142 40 0 73 126 7 23 125 65
Binary 11101101 1100010 100000 0 111011 1010110 111 10011 1010101 110101

Color Harmonies of #ED6220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6220

Black with #ED6220

Text Example


Text Example

White with #ED6220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6220; }

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

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

background-color css

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

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

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

border-color css

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

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

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