Html Css Color HEX #ECDD03 Golden Yellow

📋 copy color: '#ECDD03'

red 236 ◦ green 221 ◦ blue 3

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

Shades of Golden Yellow #ECDD03

Tints of Golden Yellow #ECDD03

RGB

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

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

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

R = 51.3%
G = 48.04%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ECDD03 (or 0xECDD03) is known color: Golden Yellow. HEX triplet: EC, DD and 03. RGB value is (236,221,3). Sum of RGB (Red+Green+Blue) = 236+221+3=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 3 (1.56% from 255 or 0.65% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDD03 is #1322FC. Grayscale: #C9C9C9. Windows color (decimal): -1254141 or 253420. OLE color: 253420.

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

Color convert

RGB 236 221 3 -
CMYK 0 0.06 0.99 0.07
HSL 56.14º 0.97% 0.47% -
HSV(B) 56.14º 0.99% 0.93% -
XYZ 60.46 69.55 10.32 -
YUV 200.63 16.47 153.23 -
System Red Green Blue C M Y K H S L
Decimal 236 221 3 0 0.06 0.99 0.07 56.14 0.97 0.47
Hex EC DD 3 0 6 63 7 38 61 2F
Octal 354 335 3 0 6 143 7 70 141 57
Binary 11101100 11011101 11 0 110 1100011 111 111000 1100001 101111

Color Harmonies of #ECDD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD03

Black with #ECDD03

Text Example


Text Example

White with #ECDD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD03; }

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

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

background-color css

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

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

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

border-color css

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

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

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