Html Css Color HEX #ECAE1D Gold Tips

📋 copy color: '#ECAE1D'

red 236 ◦ green 174 ◦ blue 29

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

Shades of Gold Tips #ECAE1D

Tints of Gold Tips #ECAE1D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.64%

 BLUE value IS 29 (11.72% from 255) = 6.61%

R = 53.76%
G = 39.64%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ECAE1D (or 0xECAE1D) is known color: Gold Tips. HEX triplet: EC, AE and 1D. RGB value is (236,174,29). Sum of RGB (Red+Green+Blue) = 236+174+29=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 174 (68.36% from 255 or 39.64% from 439); Blue value is 29 (11.72% from 255 or 6.61% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAE1D is #1351E2. Grayscale: #B0B0B0. Windows color (decimal): -1266147 or 1945324. OLE color: 1945324.

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

Color convert

RGB 236 174 29 -
CMYK 0 0.26 0.88 0.07
HSL 42.03º 0.84% 0.52% -
HSV(B) 42.03º 0.88% 0.93% -
XYZ 49.95 48.19 7.83 -
YUV 176.01 45.04 170.79 -
System Red Green Blue C M Y K H S L
Decimal 236 174 29 0 0.26 0.88 0.07 42.03 0.84 0.52
Hex EC AE 1D 0 1A 58 7 2A 54 34
Octal 354 256 35 0 32 130 7 52 124 64
Binary 11101100 10101110 11101 0 11010 1011000 111 101010 1010100 110100

Color Harmonies of #ECAE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAE1D

Black with #ECAE1D

Text Example


Text Example

White with #ECAE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAE1D; }

 p { color: rgb(236,174,29); }

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

background-color css

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

 a { background-color: rgb(236,174,29); }

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

border-color css

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

 span { border-color: rgb(236,174,29); }

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