Html Css Color HEX #ECDE01 Golden Yellow

📋 copy color: '#ECDE01'

red 236 ◦ green 222 ◦ blue 1

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

Shades of Golden Yellow #ECDE01

Tints of Golden Yellow #ECDE01

RGB

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

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

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

R = 51.42%
G = 48.37%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ECDE01 (or 0xECDE01) is known color: Golden Yellow. HEX triplet: EC, DE and 01. RGB value is (236,222,1). Sum of RGB (Red+Green+Blue) = 236+222+1=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 222 (87.11% from 255 or 48.37% from 459); Blue value is 1 (0.78% from 255 or 0.22% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDE01 is #1321FE. Grayscale: #C9C9C9. Windows color (decimal): -1253887 or 122604. OLE color: 122604.

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

Color convert

RGB 236 222 1 -
CMYK 0 0.06 1.00 0.07
HSL 56.43º 0.99% 0.46% -
HSV(B) 56.43º 1% 0.93% -
XYZ 60.72 70.08 10.35 -
YUV 200.99 15.14 152.97 -
System Red Green Blue C M Y K H S L
Decimal 236 222 1 0 0.06 1.00 0.07 56.43 0.99 0.46
Hex EC DE 1 0 6 64 7 38 63 2E
Octal 354 336 1 0 6 144 7 70 143 56
Binary 11101100 11011110 1 0 110 1100100 111 111000 1100011 101110

Color Harmonies of #ECDE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDE01

Black with #ECDE01

Text Example


Text Example

White with #ECDE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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