Html Css Color HEX #EC7428 Tahiti Gold

📋 copy color: '#EC7428'

red 236 ◦ green 116 ◦ blue 40

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

Shades of Tahiti Gold #EC7428

Tints of Tahiti Gold #EC7428

RGB

 RED value IS 236 (92.58% from 255) = 60.2%

 GREEN value IS 116 (45.7% from 255) = 29.59%

 BLUE value IS 40 (16.02% from 255) = 10.2%

R = 60.2%
G = 29.59%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC7428 (or 0xEC7428) is known color: Tahiti Gold. HEX triplet: EC, 74 and 28. RGB value is (236,116,40). Sum of RGB (Red+Green+Blue) = 236+116+40=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 40 (16.02% from 255 or 10.20% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7428 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7428 is #138BD7. Grayscale: #8F8F8F. Windows color (decimal): -1280984 or 2651372. OLE color: 2651372.

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

Color convert

RGB 236 116 40 -
CMYK 0 0.51 0.83 0.07
HSL 23.27º 0.84% 0.54% -
HSV(B) 23.27º 0.83% 0.93% -
XYZ 41.22 30.48 5.72 -
YUV 143.22 69.76 194.18 -
System Red Green Blue C M Y K H S L
Decimal 236 116 40 0 0.51 0.83 0.07 23.27 0.84 0.54
Hex EC 74 28 0 33 53 7 17 54 36
Octal 354 164 50 0 63 123 7 27 124 66
Binary 11101100 1110100 101000 0 110011 1010011 111 10111 1010100 110110

Color Harmonies of #EC7428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7428

Black with #EC7428

Text Example


Text Example

White with #EC7428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7428; }

 p { color: rgb(236,116,40); }

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

background-color css

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

 a { background-color: rgb(236,116,40); }

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

border-color css

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

 span { border-color: rgb(236,116,40); }

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