Html Css Color HEX #ED6C24 Tahiti Gold

📋 copy color: '#ED6C24'

red 237 ◦ green 108 ◦ blue 36

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

Shades of Tahiti Gold #ED6C24

Tints of Tahiti Gold #ED6C24

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.35%

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

R = 62.2%
G = 28.35%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ED6C24 (or 0xED6C24) is known color: Tahiti Gold. HEX triplet: ED, 6C and 24. RGB value is (237,108,36). Sum of RGB (Red+Green+Blue) = 237+108+36=381 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.20% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 36 (14.45% from 255 or 9.45% from 381); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6C24 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6C24 is #1293DB. Grayscale: #8A8A8A. Windows color (decimal): -1217500 or 2387181. OLE color: 2387181.

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

Color convert

RGB 237 108 36 -
CMYK 0 0.54 0.85 0.07
HSL 21.49º 0.85% 0.54% -
HSV(B) 21.49º 0.85% 0.93% -
XYZ 40.61 28.86 5.1 -
YUV 138.36 70.24 198.35 -
System Red Green Blue C M Y K H S L
Decimal 237 108 36 0 0.54 0.85 0.07 21.49 0.85 0.54
Hex ED 6C 24 0 36 55 7 15 55 36
Octal 355 154 44 0 66 125 7 25 125 66
Binary 11101101 1101100 100100 0 110110 1010101 111 10101 1010101 110110

Color Harmonies of #ED6C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6C24

Black with #ED6C24

Text Example


Text Example

White with #ED6C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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