Html Css Color HEX #EC7D28 Tahiti Gold

📋 copy color: '#EC7D28'

red 236 ◦ green 125 ◦ blue 40

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

Shades of Tahiti Gold #EC7D28

Tints of Tahiti Gold #EC7D28

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.17%

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

R = 58.85%
G = 31.17%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC7D28 (or 0xEC7D28) is known color: Tahiti Gold. HEX triplet: EC, 7D and 28. RGB value is (236,125,40). Sum of RGB (Red+Green+Blue) = 236+125+40=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 40 (16.02% from 255 or 9.98% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7D28 is #1382D7. Grayscale: #949494. Windows color (decimal): -1278680 or 2653676. OLE color: 2653676.

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

Color convert

RGB 236 125 40 -
CMYK 0 0.47 0.83 0.07
HSL 26.02º 0.84% 0.54% -
HSV(B) 26.02º 0.83% 0.93% -
XYZ 42.31 32.65 6.08 -
YUV 148.5 66.77 190.41 -
System Red Green Blue C M Y K H S L
Decimal 236 125 40 0 0.47 0.83 0.07 26.02 0.84 0.54
Hex EC 7D 28 0 2F 53 7 1A 54 36
Octal 354 175 50 0 57 123 7 32 124 66
Binary 11101100 1111101 101000 0 101111 1010011 111 11010 1010100 110110

Color Harmonies of #EC7D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7D28

Black with #EC7D28

Text Example


Text Example

White with #EC7D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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