Html Css Color HEX #ECAF1D Gold Tips

📋 copy color: '#ECAF1D'

red 236 ◦ green 175 ◦ blue 29

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

Shades of Gold Tips #ECAF1D

Tints of Gold Tips #ECAF1D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.77%

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

R = 53.64%
G = 39.77%
B = 6.59%

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

#ECAF1D (or 0xECAF1D) is known color: Gold Tips. HEX triplet: EC, AF and 1D. RGB value is (236,175,29). Sum of RGB (Red+Green+Blue) = 236+175+29=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 29 (11.72% from 255 or 6.59% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAF1D is #1350E2. Grayscale: #B1B1B1. Windows color (decimal): -1265891 or 1945580. OLE color: 1945580.

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

Color convert

RGB 236 175 29 -
CMYK 0 0.26 0.88 0.07
HSL 42.32º 0.84% 0.52% -
HSV(B) 42.32º 0.88% 0.93% -
XYZ 50.14 48.58 7.9 -
YUV 176.6 44.71 170.37 -
System Red Green Blue C M Y K H S L
Decimal 236 175 29 0 0.26 0.88 0.07 42.32 0.84 0.52
Hex EC AF 1D 0 1A 58 7 2A 54 34
Octal 354 257 35 0 32 130 7 52 124 64
Binary 11101100 10101111 11101 0 11010 1011000 111 101010 1010100 110100

Color Harmonies of #ECAF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAF1D

Black with #ECAF1D

Text Example


Text Example

White with #ECAF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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