Html Css Color HEX #ED7325 Tahiti Gold

📋 copy color: '#ED7325'

red 237 ◦ green 115 ◦ blue 37

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

Shades of Tahiti Gold #ED7325

Tints of Tahiti Gold #ED7325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.51%

R = 60.93%
G = 29.56%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#ED7325 (or 0xED7325) is known color: Tahiti Gold. HEX triplet: ED, 73 and 25. RGB value is (237,115,37). Sum of RGB (Red+Green+Blue) = 237+115+37=389 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.93% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 37 (14.84% from 255 or 9.51% from 389); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7325 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7325 is #128CDA. Grayscale: #8F8F8F. Windows color (decimal): -1215707 or 2454509. OLE color: 2454509.

HSL color Cylindrical-coordinate representation of color #ED7325: hue angle of 23.4º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED7325 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 115 37 -
CMYK 0 0.51 0.84 0.07
HSL 23.4º 0.85% 0.54% -
HSV(B) 23.4º 0.84% 0.93% -
XYZ 41.39 30.4 5.44 -
YUV 142.59 68.42 195.34 -
System Red Green Blue C M Y K H S L
Decimal 237 115 37 0 0.51 0.84 0.07 23.4 0.85 0.54
Hex ED 73 25 0 33 54 7 17 55 36
Octal 355 163 45 0 63 124 7 27 125 66
Binary 11101101 1110011 100101 0 110011 1010100 111 10111 1010101 110110

Color Harmonies of #ED7325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7325

Black with #ED7325

Text Example


Text Example

White with #ED7325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7325; }

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

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

background-color css

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

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

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

border-color css

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

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

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