Html Css Color HEX #ED7125 Tahiti Gold

📋 copy color: '#ED7125'

red 237 ◦ green 113 ◦ blue 37

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

Shades of Tahiti Gold #ED7125

Tints of Tahiti Gold #ED7125

RGB

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

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

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

R = 61.24%
G = 29.2%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#ED7125 (or 0xED7125) is known color: Tahiti Gold. HEX triplet: ED, 71 and 25. RGB value is (237,113,37). Sum of RGB (Red+Green+Blue) = 237+113+37=387 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.24% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 37 (14.84% from 255 or 9.56% from 387); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7125 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7125 is #128EDA. Grayscale: #8D8D8D. Windows color (decimal): -1216219 or 2453997. OLE color: 2453997.

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

Color convert

RGB 237 113 37 -
CMYK 0 0.52 0.84 0.07
HSL 22.8º 0.85% 0.54% -
HSV(B) 22.8º 0.84% 0.93% -
XYZ 41.16 29.95 5.36 -
YUV 141.41 69.08 196.18 -
System Red Green Blue C M Y K H S L
Decimal 237 113 37 0 0.52 0.84 0.07 22.8 0.85 0.54
Hex ED 71 25 0 34 54 7 17 55 36
Octal 355 161 45 0 64 124 7 27 125 66
Binary 11101101 1110001 100101 0 110100 1010100 111 10111 1010101 110110

Color Harmonies of #ED7125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7125

Black with #ED7125

Text Example


Text Example

White with #ED7125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7125; }

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

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

background-color css

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

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

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

border-color css

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

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

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