Html Css Color HEX #ECDC04 Golden Yellow

📋 copy color: '#ECDC04'

red 236 ◦ green 220 ◦ blue 4

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

Shades of Golden Yellow #ECDC04

Tints of Golden Yellow #ECDC04

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.83%

 BLUE value IS 4 (1.95% from 255) = 0.87%

R = 51.3%
G = 47.83%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ECDC04 (or 0xECDC04) is known color: Golden Yellow. HEX triplet: EC, DC and 04. RGB value is (236,220,4). Sum of RGB (Red+Green+Blue) = 236+220+4=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 4 (1.95% from 255 or 0.87% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDC04 is #1323FB. Grayscale: #C9C9C9. Windows color (decimal): -1254396 or 318700. OLE color: 318700.

HSL color Cylindrical-coordinate representation of color #ECDC04: hue angle of 55.86º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ECDC04 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 220 4 -
CMYK 0 0.07 0.98 0.07
HSL 55.86º 0.97% 0.47% -
HSV(B) 55.86º 0.98% 0.93% -
XYZ 60.21 69.03 10.27 -
YUV 200.16 17.3 153.56 -
System Red Green Blue C M Y K H S L
Decimal 236 220 4 0 0.07 0.98 0.07 55.86 0.97 0.47
Hex EC DC 4 0 7 62 7 38 61 2F
Octal 354 334 4 0 7 142 7 70 141 57
Binary 11101100 11011100 100 0 111 1100010 111 111000 1100001 101111

Color Harmonies of #ECDC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC04

Black with #ECDC04

Text Example


Text Example

White with #ECDC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC04; }

 p { color: rgb(236,220,4); }

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

background-color css

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

 a { background-color: rgb(236,220,4); }

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

border-color css

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

 span { border-color: rgb(236,220,4); }

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