Html Css Color HEX #ECDC03 Golden Yellow

📋 copy color: '#ECDC03'

red 236 ◦ green 220 ◦ blue 3

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

Shades of Golden Yellow #ECDC03

Tints of Golden Yellow #ECDC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.65%

R = 51.42%
G = 47.93%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ECDC03 (or 0xECDC03) is known color: Golden Yellow. HEX triplet: EC, DC and 03. RGB value is (236,220,3). Sum of RGB (Red+Green+Blue) = 236+220+3=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 3 (1.56% from 255 or 0.65% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDC03 is #1323FC. Grayscale: #C8C8C8. Windows color (decimal): -1254397 or 253164. OLE color: 253164.

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

Color convert

RGB 236 220 3 -
CMYK 0 0.07 0.99 0.07
HSL 55.88º 0.97% 0.47% -
HSV(B) 55.88º 0.99% 0.93% -
XYZ 60.2 69.03 10.24 -
YUV 200.05 16.8 153.64 -
System Red Green Blue C M Y K H S L
Decimal 236 220 3 0 0.07 0.99 0.07 55.88 0.97 0.47
Hex EC DC 3 0 7 63 7 38 61 2F
Octal 354 334 3 0 7 143 7 70 141 57
Binary 11101100 11011100 11 0 111 1100011 111 111000 1100001 101111

Color Harmonies of #ECDC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC03

Black with #ECDC03

Text Example


Text Example

White with #ECDC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC03; }

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

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

background-color css

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

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

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

border-color css

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

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

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