Html Css Color HEX #ED5E20 Tahiti Gold

📋 copy color: '#ED5E20'

red 237 ◦ green 94 ◦ blue 32

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

Shades of Tahiti Gold #ED5E20

Tints of Tahiti Gold #ED5E20

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.9%

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

R = 65.29%
G = 25.9%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED5E20 (or 0xED5E20) is known color: Tahiti Gold. HEX triplet: ED, 5E and 20. RGB value is (237,94,32). Sum of RGB (Red+Green+Blue) = 237+94+32=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5E20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5E20 is #12A1DF. Grayscale: #828282. Windows color (decimal): -1221088 or 2121453. OLE color: 2121453.

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

Color convert

RGB 237 94 32 -
CMYK 0 0.60 0.86 0.07
HSL 18.15º 0.85% 0.53% -
HSV(B) 18.15º 0.86% 0.93% -
XYZ 39.19 26.11 4.34 -
YUV 129.69 72.88 204.54 -
System Red Green Blue C M Y K H S L
Decimal 237 94 32 0 0.60 0.86 0.07 18.15 0.85 0.53
Hex ED 5E 20 0 3C 56 7 12 55 35
Octal 355 136 40 0 74 126 7 22 125 65
Binary 11101101 1011110 100000 0 111100 1010110 111 10010 1010101 110101

Color Harmonies of #ED5E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5E20

Black with #ED5E20

Text Example


Text Example

White with #ED5E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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