Html Css Color HEX #ECDD05 Golden Yellow

📋 copy color: '#ECDD05'

red 236 ◦ green 221 ◦ blue 5

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

Shades of Golden Yellow #ECDD05

Tints of Golden Yellow #ECDD05

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.84%

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

R = 51.08%
G = 47.84%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ECDD05 (or 0xECDD05) is known color: Golden Yellow. HEX triplet: EC, DD and 05. RGB value is (236,221,5). Sum of RGB (Red+Green+Blue) = 236+221+5=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 5 (2.34% from 255 or 1.08% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDD05 is #1322FA. Grayscale: #C9C9C9. Windows color (decimal): -1254139 or 384492. OLE color: 384492.

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

Color convert

RGB 236 221 5 -
CMYK 0 0.06 0.98 0.07
HSL 56.1º 0.96% 0.47% -
HSV(B) 56.1º 0.98% 0.93% -
XYZ 60.48 69.56 10.38 -
YUV 200.86 17.47 153.06 -
System Red Green Blue C M Y K H S L
Decimal 236 221 5 0 0.06 0.98 0.07 56.1 0.96 0.47
Hex EC DD 5 0 6 62 7 38 60 2F
Octal 354 335 5 0 6 142 7 70 140 57
Binary 11101100 11011101 101 0 110 1100010 111 111000 1100000 101111

Color Harmonies of #ECDD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD05

Black with #ECDD05

Text Example


Text Example

White with #ECDD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD05; }

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

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

background-color css

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

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

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

border-color css

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

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

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