Html Css Color HEX #ECAD1E Gold Tips

📋 copy color: '#ECAD1E'

red 236 ◦ green 173 ◦ blue 30

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

Shades of Gold Tips #ECAD1E

Tints of Gold Tips #ECAD1E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.41%

 BLUE value IS 30 (12.11% from 255) = 6.83%

R = 53.76%
G = 39.41%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ECAD1E (or 0xECAD1E) is known color: Gold Tips. HEX triplet: EC, AD and 1E. RGB value is (236,173,30). Sum of RGB (Red+Green+Blue) = 236+173+30=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 30 (12.11% from 255 or 6.83% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAD1E is #1352E1. Grayscale: #B0B0B0. Windows color (decimal): -1266402 or 2010604. OLE color: 2010604.

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

Color convert

RGB 236 173 30 -
CMYK 0 0.27 0.87 0.07
HSL 41.65º 0.84% 0.52% -
HSV(B) 41.65º 0.87% 0.93% -
XYZ 49.77 47.81 7.83 -
YUV 175.54 45.87 171.13 -
System Red Green Blue C M Y K H S L
Decimal 236 173 30 0 0.27 0.87 0.07 41.65 0.84 0.52
Hex EC AD 1E 0 1B 57 7 2A 54 34
Octal 354 255 36 0 33 127 7 52 124 64
Binary 11101100 10101101 11110 0 11011 1010111 111 101010 1010100 110100

Color Harmonies of #ECAD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAD1E

Black with #ECAD1E

Text Example


Text Example

White with #ECAD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAD1E; }

 p { color: rgb(236,173,30); }

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

background-color css

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

 a { background-color: rgb(236,173,30); }

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

border-color css

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

 span { border-color: rgb(236,173,30); }

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