Html Css Color HEX #ECDC05 Golden Yellow

📋 copy color: '#ECDC05'

red 236 ◦ green 220 ◦ blue 5

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

Shades of Golden Yellow #ECDC05

Tints of Golden Yellow #ECDC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.08%

R = 51.19%
G = 47.72%
B = 1.08%

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

#ECDC05 (or 0xECDC05) is known color: Golden Yellow. HEX triplet: EC, DC and 05. RGB value is (236,220,5). Sum of RGB (Red+Green+Blue) = 236+220+5=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 5 (2.34% from 255 or 1.08% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDC05 is #1323FA. Grayscale: #C9C9C9. Windows color (decimal): -1254395 or 384236. OLE color: 384236.

HSL color Cylindrical-coordinate representation of color #ECDC05: hue angle of 55.84º degrees, saturation: 0.96, 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 #ECDC05 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 220 5 -
CMYK 0 0.07 0.98 0.07
HSL 55.84º 0.96% 0.47% -
HSV(B) 55.84º 0.98% 0.93% -
XYZ 60.21 69.03 10.29 -
YUV 200.27 17.8 153.48 -
System Red Green Blue C M Y K H S L
Decimal 236 220 5 0 0.07 0.98 0.07 55.84 0.96 0.47
Hex EC DC 5 0 7 62 7 38 60 2F
Octal 354 334 5 0 7 142 7 70 140 57
Binary 11101100 11011100 101 0 111 1100010 111 111000 1100000 101111

Color Harmonies of #ECDC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC05

Black with #ECDC05

Text Example


Text Example

White with #ECDC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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