Html Css Color HEX #ECDC01 Golden Yellow

📋 copy color: '#ECDC01'

red 236 ◦ green 220 ◦ blue 1

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

Shades of Golden Yellow #ECDC01

Tints of Golden Yellow #ECDC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 51.64%
G = 48.14%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ECDC01 (or 0xECDC01) is known color: Golden Yellow. HEX triplet: EC, DC and 01. RGB value is (236,220,1). Sum of RGB (Red+Green+Blue) = 236+220+1=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 1 (0.78% from 255 or 0.22% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDC01 is #1323FE. Grayscale: #C8C8C8. Windows color (decimal): -1254399 or 122092. OLE color: 122092.

HSL color Cylindrical-coordinate representation of color #ECDC01: hue angle of 55.91º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECDC01 is Cyan = 0, Magento = 0.07, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 220 1 -
CMYK 0 0.07 1.00 0.07
HSL 55.91º 0.99% 0.46% -
HSV(B) 55.91º 1% 0.93% -
XYZ 60.19 69.02 10.18 -
YUV 199.82 15.8 153.81 -
System Red Green Blue C M Y K H S L
Decimal 236 220 1 0 0.07 1.00 0.07 55.91 0.99 0.46
Hex EC DC 1 0 7 64 7 38 63 2E
Octal 354 334 1 0 7 144 7 70 143 56
Binary 11101100 11011100 1 0 111 1100100 111 111000 1100011 101110

Color Harmonies of #ECDC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC01

Black with #ECDC01

Text Example


Text Example

White with #ECDC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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