Html Css Color HEX #ECDA01 Golden Yellow

📋 copy color: '#ECDA01'

red 236 ◦ green 218 ◦ blue 1

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

Shades of Golden Yellow #ECDA01

Tints of Golden Yellow #ECDA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 51.87%
G = 47.91%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ECDA01 (or 0xECDA01) is known color: Golden Yellow. HEX triplet: EC, DA and 01. RGB value is (236,218,1). Sum of RGB (Red+Green+Blue) = 236+218+1=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 1 (0.78% from 255 or 0.22% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDA01 is #1325FE. Grayscale: #C7C7C7. Windows color (decimal): -1254911 or 121580. OLE color: 121580.

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

Color convert

RGB 236 218 1 -
CMYK 0 0.08 1.00 0.07
HSL 55.4º 0.99% 0.46% -
HSV(B) 55.4º 1% 0.93% -
XYZ 59.67 67.98 10 -
YUV 198.64 16.46 154.64 -
System Red Green Blue C M Y K H S L
Decimal 236 218 1 0 0.08 1.00 0.07 55.4 0.99 0.46
Hex EC DA 1 0 8 64 7 37 63 2E
Octal 354 332 1 0 10 144 7 67 143 56
Binary 11101100 11011010 1 0 1000 1100100 111 110111 1100011 101110

Color Harmonies of #ECDA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDA01

Black with #ECDA01

Text Example


Text Example

White with #ECDA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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