Html Css Color HEX #ECDC06 Golden Yellow

📋 copy color: '#ECDC06'

red 236 ◦ green 220 ◦ blue 6

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

Shades of Golden Yellow #ECDC06

Tints of Golden Yellow #ECDC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.3%

R = 51.08%
G = 47.62%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ECDC06 (or 0xECDC06) is known color: Golden Yellow. HEX triplet: EC, DC and 06. RGB value is (236,220,6). Sum of RGB (Red+Green+Blue) = 236+220+6=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 6 (2.73% from 255 or 1.30% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDC06 is #1323F9. Grayscale: #C9C9C9. Windows color (decimal): -1254394 or 449772. OLE color: 449772.

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

Color convert

RGB 236 220 6 -
CMYK 0 0.07 0.97 0.07
HSL 55.83º 0.95% 0.47% -
HSV(B) 55.83º 0.97% 0.93% -
XYZ 60.22 69.03 10.32 -
YUV 200.39 18.3 153.4 -
System Red Green Blue C M Y K H S L
Decimal 236 220 6 0 0.07 0.97 0.07 55.83 0.95 0.47
Hex EC DC 6 0 7 61 7 38 5F 2F
Octal 354 334 6 0 7 141 7 70 137 57
Binary 11101100 11011100 110 0 111 1100001 111 111000 1011111 101111

Color Harmonies of #ECDC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC06

Black with #ECDC06

Text Example


Text Example

White with #ECDC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC06; }

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

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

background-color css

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

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

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

border-color css

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

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

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