Html Css Color HEX #ECE101 Golden Yellow

📋 copy color: '#ECE101'

red 236 ◦ green 225 ◦ blue 1

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

Shades of Golden Yellow #ECE101

Tints of Golden Yellow #ECE101

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.7%

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

R = 51.08%
G = 48.7%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ECE101 (or 0xECE101) is known color: Golden Yellow. HEX triplet: EC, E1 and 01. RGB value is (236,225,1). Sum of RGB (Red+Green+Blue) = 236+225+1=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 225 (88.28% from 255 or 48.70% from 462); Blue value is 1 (0.78% from 255 or 0.22% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE101 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE101 is #131EFE. Grayscale: #CBCBCB. Windows color (decimal): -1253119 or 123372. OLE color: 123372.

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

Color convert

RGB 236 225 1 -
CMYK 0 0.05 1.00 0.07
HSL 57.19º 0.99% 0.46% -
HSV(B) 57.19º 1% 0.93% -
XYZ 61.52 71.69 10.62 -
YUV 202.75 14.14 151.71 -
System Red Green Blue C M Y K H S L
Decimal 236 225 1 0 0.05 1.00 0.07 57.19 0.99 0.46
Hex EC E1 1 0 5 64 7 39 63 2E
Octal 354 341 1 0 5 144 7 71 143 56
Binary 11101100 11100001 1 0 101 1100100 111 111001 1100011 101110

Color Harmonies of #ECE101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE101

Black with #ECE101

Text Example


Text Example

White with #ECE101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE101; }

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

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

background-color css

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

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

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

border-color css

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

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

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