Html Css Color HEX #ECDD00 Golden Yellow

📋 copy color: '#ECDD00'

red 236 ◦ green 221 ◦ blue 0

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

Shades of Golden Yellow #ECDD00

Tints of Golden Yellow #ECDD00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.64%
G = 48.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ECDD00 (or 0xECDD00) is known color: Golden Yellow. HEX triplet: EC, DD and 00. RGB value is (236,221,0). Sum of RGB (Red+Green+Blue) = 236+221+0=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 0 (0.39% from 255 or 0% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDD00 is #1322FF. Grayscale: #C9C9C9. Windows color (decimal): -1254144 or 56812. OLE color: 56812.

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

Color convert

RGB 236 221 0 -
CMYK 0 0.06 1 0.07
HSL 56.19º 1% 0.46% -
HSV(B) 56.19º 1% 0.93% -
XYZ 60.45 69.55 10.24 -
YUV 200.29 14.97 153.47 -
System Red Green Blue C M Y K H S L
Decimal 236 221 0 0 0.06 1 0.07 56.19 1 0.46
Hex EC DD 0 0 6 64 7 38 64 2E
Octal 354 335 0 0 6 144 7 70 144 56
Binary 11101100 11011101 0 0 110 1100100 111 111000 1100100 101110

Color Harmonies of #ECDD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD00

Black with #ECDD00

Text Example


Text Example

White with #ECDD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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