Html Css Color HEX #ED7130 Tahiti Gold

📋 copy color: '#ED7130'

red 237 ◦ green 113 ◦ blue 48

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

Shades of Tahiti Gold #ED7130

Tints of Tahiti Gold #ED7130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.06%

R = 59.55%
G = 28.39%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ED7130 (or 0xED7130) is known color: Tahiti Gold. HEX triplet: ED, 71 and 30. RGB value is (237,113,48). Sum of RGB (Red+Green+Blue) = 237+113+48=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7130 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7130 is #128ECF. Grayscale: #8F8F8F. Windows color (decimal): -1216208 or 3174893. OLE color: 3174893.

HSL color Cylindrical-coordinate representation of color #ED7130: hue angle of 20.63º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED7130 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 113 48 -
CMYK 0 0.52 0.80 0.07
HSL 20.63º 0.84% 0.56% -
HSV(B) 20.63º 0.8% 0.93% -
XYZ 41.36 30.03 6.41 -
YUV 142.67 74.58 195.29 -
System Red Green Blue C M Y K H S L
Decimal 237 113 48 0 0.52 0.80 0.07 20.63 0.84 0.56
Hex ED 71 30 0 34 50 7 15 54 38
Octal 355 161 60 0 64 120 7 25 124 70
Binary 11101101 1110001 110000 0 110100 1010000 111 10101 1010100 111000

Color Harmonies of #ED7130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7130

Black with #ED7130

Text Example


Text Example

White with #ED7130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7130; }

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

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

background-color css

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

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

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

border-color css

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

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

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