Html Css Color HEX #ECDA00 Golden Yellow

📋 copy color: '#ECDA00'

red 236 ◦ green 218 ◦ blue 0

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

Shades of Golden Yellow #ECDA00

Tints of Golden Yellow #ECDA00

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.02%

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

R = 51.98%
G = 48.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ECDA00 (or 0xECDA00) is known color: Golden Yellow. HEX triplet: EC, DA and 00. RGB value is (236,218,0). Sum of RGB (Red+Green+Blue) = 236+218+0=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 0 (0.39% from 255 or 0% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDA00 is #1325FF. Grayscale: #C7C7C7. Windows color (decimal): -1254912 or 56044. OLE color: 56044.

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

Color convert

RGB 236 218 0 -
CMYK 0 0.08 1 0.07
HSL 55.42º 1% 0.46% -
HSV(B) 55.42º 1% 0.93% -
XYZ 59.66 67.98 9.98 -
YUV 198.53 15.96 154.73 -
System Red Green Blue C M Y K H S L
Decimal 236 218 0 0 0.08 1 0.07 55.42 1 0.46
Hex EC DA 0 0 8 64 7 37 64 2E
Octal 354 332 0 0 10 144 7 67 144 56
Binary 11101100 11011010 0 0 1000 1100100 111 110111 1100100 101110

Color Harmonies of #ECDA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDA00

Black with #ECDA00

Text Example


Text Example

White with #ECDA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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