Html Css Color HEX #ECE301 Golden Yellow

📋 copy color: '#ECE301'

red 236 ◦ green 227 ◦ blue 1

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

Shades of Golden Yellow #ECE301

Tints of Golden Yellow #ECE301

RGB

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

 GREEN value IS 227 (89.06% from 255) = 48.92%

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

R = 50.86%
G = 48.92%
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

#ECE301 (or 0xECE301) is known color: Golden Yellow. HEX triplet: EC, E3 and 01. RGB value is (236,227,1). Sum of RGB (Red+Green+Blue) = 236+227+1=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 227 (89.06% from 255 or 48.92% from 464); Blue value is 1 (0.78% from 255 or 0.22% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE301 is #131CFE. Grayscale: #CCCCCC. Windows color (decimal): -1252607 or 123884. OLE color: 123884.

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

Color convert

RGB 236 227 1 -
CMYK 0 0.04 1.00 0.07
HSL 57.7º 0.99% 0.46% -
HSV(B) 57.7º 1% 0.93% -
XYZ 62.07 72.77 10.8 -
YUV 203.93 13.48 150.88 -
System Red Green Blue C M Y K H S L
Decimal 236 227 1 0 0.04 1.00 0.07 57.7 0.99 0.46
Hex EC E3 1 0 4 64 7 3A 63 2E
Octal 354 343 1 0 4 144 7 72 143 56
Binary 11101100 11100011 1 0 100 1100100 111 111010 1100011 101110

Color Harmonies of #ECE301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE301

Black with #ECE301

Text Example


Text Example

White with #ECE301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE301; }

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

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

background-color css

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

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

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

border-color css

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

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

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