Html Css Color HEX #ECDE05 Golden Yellow

📋 copy color: '#ECDE05'

red 236 ◦ green 222 ◦ blue 5

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

Shades of Golden Yellow #ECDE05

Tints of Golden Yellow #ECDE05

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.95%

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

R = 50.97%
G = 47.95%
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

#ECDE05 (or 0xECDE05) is known color: Golden Yellow. HEX triplet: EC, DE and 05. RGB value is (236,222,5). Sum of RGB (Red+Green+Blue) = 236+222+5=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 222 (87.11% from 255 or 47.95% from 463); Blue value is 5 (2.34% from 255 or 1.08% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDE05 is #1321FA. Grayscale: #CACACA. Windows color (decimal): -1253883 or 384748. OLE color: 384748.

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

Color convert

RGB 236 222 5 -
CMYK 0 0.06 0.98 0.07
HSL 56.36º 0.96% 0.47% -
HSV(B) 56.36º 0.98% 0.93% -
XYZ 60.74 70.09 10.47 -
YUV 201.45 17.14 152.64 -
System Red Green Blue C M Y K H S L
Decimal 236 222 5 0 0.06 0.98 0.07 56.36 0.96 0.47
Hex EC DE 5 0 6 62 7 38 60 2F
Octal 354 336 5 0 6 142 7 70 140 57
Binary 11101100 11011110 101 0 110 1100010 111 111000 1100000 101111

Color Harmonies of #ECDE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDE05

Black with #ECDE05

Text Example


Text Example

White with #ECDE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDE05; }

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

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

background-color css

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

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

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

border-color css

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

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

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