Html Css Color HEX #ECE801 Golden Yellow

📋 copy color: '#ECE801'

red 236 ◦ green 232 ◦ blue 1

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

Shades of Golden Yellow #ECE801

Tints of Golden Yellow #ECE801

RGB

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

 GREEN value IS 232 (91.02% from 255) = 49.47%

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

R = 50.32%
G = 49.47%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ECE801 (or 0xECE801) is known color: Golden Yellow. HEX triplet: EC, E8 and 01. RGB value is (236,232,1). Sum of RGB (Red+Green+Blue) = 236+232+1=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 232 (91.02% from 255 or 49.47% from 469); Blue value is 1 (0.78% from 255 or 0.21% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE801 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE801 is #1317FE. Grayscale: #CFCFCF. Windows color (decimal): -1251327 or 125164. OLE color: 125164.

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

Color convert

RGB 236 232 1 -
CMYK 0 0.02 1.00 0.07
HSL 58.98º 0.99% 0.46% -
HSV(B) 58.98º 1% 0.93% -
XYZ 63.45 75.55 11.27 -
YUV 206.86 11.83 148.78 -
System Red Green Blue C M Y K H S L
Decimal 236 232 1 0 0.02 1.00 0.07 58.98 0.99 0.46
Hex EC E8 1 0 2 64 7 3B 63 2E
Octal 354 350 1 0 2 144 7 73 143 56
Binary 11101100 11101000 1 0 10 1100100 111 111011 1100011 101110

Color Harmonies of #ECE801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE801

Black with #ECE801

Text Example


Text Example

White with #ECE801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE801; }

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

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

background-color css

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

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

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

border-color css

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

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

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