Html Css Color HEX #EC6428 Tahiti Gold

📋 copy color: '#EC6428'

red 236 ◦ green 100 ◦ blue 40

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

Shades of Tahiti Gold #EC6428

Tints of Tahiti Gold #EC6428

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.6%

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

R = 62.77%
G = 26.6%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC6428 (or 0xEC6428) is known color: Tahiti Gold. HEX triplet: EC, 64 and 28. RGB value is (236,100,40). Sum of RGB (Red+Green+Blue) = 236+100+40=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6428 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6428 is #139BD7. Grayscale: #868686. Windows color (decimal): -1285080 or 2647276. OLE color: 2647276.

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

Color convert

RGB 236 100 40 -
CMYK 0 0.58 0.83 0.07
HSL 18.37º 0.84% 0.54% -
HSV(B) 18.37º 0.83% 0.93% -
XYZ 39.53 27.1 5.15 -
YUV 133.82 75.06 200.88 -
System Red Green Blue C M Y K H S L
Decimal 236 100 40 0 0.58 0.83 0.07 18.37 0.84 0.54
Hex EC 64 28 0 3A 53 7 12 54 36
Octal 354 144 50 0 72 123 7 22 124 66
Binary 11101100 1100100 101000 0 111010 1010011 111 10010 1010100 110110

Color Harmonies of #EC6428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6428

Black with #EC6428

Text Example


Text Example

White with #EC6428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6428; }

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

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

background-color css

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

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

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

border-color css

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

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

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