Html Css Color HEX #ED7922 Tahiti Gold

📋 copy color: '#ED7922'

red 237 ◦ green 121 ◦ blue 34

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

Shades of Tahiti Gold #ED7922

Tints of Tahiti Gold #ED7922

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.87%

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

R = 60.46%
G = 30.87%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED7922 (or 0xED7922) is known color: Tahiti Gold. HEX triplet: ED, 79 and 22. RGB value is (237,121,34). Sum of RGB (Red+Green+Blue) = 237+121+34=392 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.46% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 34 (13.67% from 255 or 8.67% from 392); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7922 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7922 is #1286DD. Grayscale: #929292. Windows color (decimal): -1214174 or 2259437. OLE color: 2259437.

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

Color convert

RGB 237 121 34 -
CMYK 0 0.49 0.86 0.07
HSL 25.71º 0.85% 0.53% -
HSV(B) 25.71º 0.86% 0.93% -
XYZ 42.05 31.79 5.43 -
YUV 145.77 64.93 193.07 -
System Red Green Blue C M Y K H S L
Decimal 237 121 34 0 0.49 0.86 0.07 25.71 0.85 0.53
Hex ED 79 22 0 31 56 7 1A 55 35
Octal 355 171 42 0 61 126 7 32 125 65
Binary 11101101 1111001 100010 0 110001 1010110 111 11010 1010101 110101

Color Harmonies of #ED7922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7922

Black with #ED7922

Text Example


Text Example

White with #ED7922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7922; }

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

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

background-color css

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

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

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

border-color css

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

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

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