Html Css Color HEX #ED7128 Tahiti Gold

📋 copy color: '#ED7128'

red 237 ◦ green 113 ◦ blue 40

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

Shades of Tahiti Gold #ED7128

Tints of Tahiti Gold #ED7128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.26%

R = 60.77%
G = 28.97%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ED7128 (or 0xED7128) is known color: Tahiti Gold. HEX triplet: ED, 71 and 28. RGB value is (237,113,40). Sum of RGB (Red+Green+Blue) = 237+113+40=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 40 (16.02% from 255 or 10.26% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7128 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7128 is #128ED7. Grayscale: #8E8E8E. Windows color (decimal): -1216216 or 2650605. OLE color: 2650605.

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

Color convert

RGB 237 113 40 -
CMYK 0 0.52 0.83 0.07
HSL 22.23º 0.85% 0.54% -
HSV(B) 22.23º 0.83% 0.93% -
XYZ 41.21 29.97 5.62 -
YUV 141.75 70.58 195.94 -
System Red Green Blue C M Y K H S L
Decimal 237 113 40 0 0.52 0.83 0.07 22.23 0.85 0.54
Hex ED 71 28 0 34 53 7 16 55 36
Octal 355 161 50 0 64 123 7 26 125 66
Binary 11101101 1110001 101000 0 110100 1010011 111 10110 1010101 110110

Color Harmonies of #ED7128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7128

Black with #ED7128

Text Example


Text Example

White with #ED7128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7128; }

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

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

background-color css

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

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

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

border-color css

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

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

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