Html Css Color HEX #ED6724 Tahiti Gold

📋 copy color: '#ED6724'

red 237 ◦ green 103 ◦ blue 36

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

Shades of Tahiti Gold #ED6724

Tints of Tahiti Gold #ED6724

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.39%

 BLUE value IS 36 (14.45% from 255) = 9.57%

R = 63.03%
G = 27.39%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ED6724 (or 0xED6724) is known color: Tahiti Gold. HEX triplet: ED, 67 and 24. RGB value is (237,103,36). Sum of RGB (Red+Green+Blue) = 237+103+36=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 36 (14.45% from 255 or 9.57% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6724 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6724 is #1298DB. Grayscale: #878787. Windows color (decimal): -1218780 or 2385901. OLE color: 2385901.

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

Color convert

RGB 237 103 36 -
CMYK 0 0.57 0.85 0.07
HSL 20º 0.85% 0.54% -
HSV(B) 20º 0.85% 0.93% -
XYZ 40.09 27.83 4.93 -
YUV 135.43 71.89 200.45 -
System Red Green Blue C M Y K H S L
Decimal 237 103 36 0 0.57 0.85 0.07 20 0.85 0.54
Hex ED 67 24 0 39 55 7 14 55 36
Octal 355 147 44 0 71 125 7 24 125 66
Binary 11101101 1100111 100100 0 111001 1010101 111 10100 1010101 110110

Color Harmonies of #ED6724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6724

Black with #ED6724

Text Example


Text Example

White with #ED6724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6724; }

 p { color: rgb(237,103,36); }

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

background-color css

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

 a { background-color: rgb(237,103,36); }

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

border-color css

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

 span { border-color: rgb(237,103,36); }

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