Html Css Color HEX #ED7320 Tahiti Gold

📋 copy color: '#ED7320'

red 237 ◦ green 115 ◦ blue 32

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

Shades of Tahiti Gold #ED7320

Tints of Tahiti Gold #ED7320

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.95%

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

R = 61.72%
G = 29.95%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED7320 (or 0xED7320) is known color: Tahiti Gold. HEX triplet: ED, 73 and 20. RGB value is (237,115,32). Sum of RGB (Red+Green+Blue) = 237+115+32=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7320 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7320 is #128CDF. Grayscale: #8E8E8E. Windows color (decimal): -1215712 or 2126829. OLE color: 2126829.

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

Color convert

RGB 237 115 32 -
CMYK 0 0.51 0.86 0.07
HSL 24.29º 0.85% 0.53% -
HSV(B) 24.29º 0.86% 0.93% -
XYZ 41.32 30.37 5.05 -
YUV 142.02 65.92 195.75 -
System Red Green Blue C M Y K H S L
Decimal 237 115 32 0 0.51 0.86 0.07 24.29 0.85 0.53
Hex ED 73 20 0 33 56 7 18 55 35
Octal 355 163 40 0 63 126 7 30 125 65
Binary 11101101 1110011 100000 0 110011 1010110 111 11000 1010101 110101

Color Harmonies of #ED7320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7320

Black with #ED7320

Text Example


Text Example

White with #ED7320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7320; }

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

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

background-color css

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

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

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

border-color css

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

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

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