Html Css Color HEX #ECE201 Golden Yellow

📋 copy color: '#ECE201'

red 236 ◦ green 226 ◦ blue 1

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

Shades of Golden Yellow #ECE201

Tints of Golden Yellow #ECE201

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.81%

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

R = 50.97%
G = 48.81%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ECE201 (or 0xECE201) is known color: Golden Yellow. HEX triplet: EC, E2 and 01. RGB value is (236,226,1). Sum of RGB (Red+Green+Blue) = 236+226+1=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 226 (88.67% from 255 or 48.81% from 463); Blue value is 1 (0.78% from 255 or 0.22% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE201 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE201 is #131DFE. Grayscale: #CCCCCC. Windows color (decimal): -1252863 or 123628. OLE color: 123628.

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

Color convert

RGB 236 226 1 -
CMYK 0 0.04 1.00 0.07
HSL 57.45º 0.99% 0.46% -
HSV(B) 57.45º 1% 0.93% -
XYZ 61.79 72.23 10.71 -
YUV 203.34 13.81 151.3 -
System Red Green Blue C M Y K H S L
Decimal 236 226 1 0 0.04 1.00 0.07 57.45 0.99 0.46
Hex EC E2 1 0 4 64 7 39 63 2E
Octal 354 342 1 0 4 144 7 71 143 56
Binary 11101100 11100010 1 0 100 1100100 111 111001 1100011 101110

Color Harmonies of #ECE201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE201

Black with #ECE201

Text Example


Text Example

White with #ECE201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE201; }

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

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

background-color css

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

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

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

border-color css

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

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

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