Html Css Color HEX #ED7122 Tahiti Gold

📋 copy color: '#ED7122'

red 237 ◦ green 113 ◦ blue 34

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

Shades of Tahiti Gold #ED7122

Tints of Tahiti Gold #ED7122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.85%

R = 61.72%
G = 29.43%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED7122 (or 0xED7122) is known color: Tahiti Gold. HEX triplet: ED, 71 and 22. RGB value is (237,113,34). Sum of RGB (Red+Green+Blue) = 237+113+34=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 34 (13.67% from 255 or 8.85% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7122 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7122 is #128EDD. Grayscale: #8D8D8D. Windows color (decimal): -1216222 or 2257389. OLE color: 2257389.

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

Color convert

RGB 237 113 34 -
CMYK 0 0.52 0.86 0.07
HSL 23.35º 0.85% 0.53% -
HSV(B) 23.35º 0.86% 0.93% -
XYZ 41.12 29.93 5.12 -
YUV 141.07 67.58 196.42 -
System Red Green Blue C M Y K H S L
Decimal 237 113 34 0 0.52 0.86 0.07 23.35 0.85 0.53
Hex ED 71 22 0 34 56 7 17 55 35
Octal 355 161 42 0 64 126 7 27 125 65
Binary 11101101 1110001 100010 0 110100 1010110 111 10111 1010101 110101

Color Harmonies of #ED7122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7122

Black with #ED7122

Text Example


Text Example

White with #ED7122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7122; }

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

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

background-color css

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

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

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

border-color css

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

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

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