Html Css Color HEX #ECE401 Golden Yellow

📋 copy color: '#ECE401'

red 236 ◦ green 228 ◦ blue 1

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

Shades of Golden Yellow #ECE401

Tints of Golden Yellow #ECE401

RGB

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

 GREEN value IS 228 (89.45% from 255) = 49.03%

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

R = 50.75%
G = 49.03%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ECE401 (or 0xECE401) is known color: Golden Yellow. HEX triplet: EC, E4 and 01. RGB value is (236,228,1). Sum of RGB (Red+Green+Blue) = 236+228+1=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 228 (89.45% from 255 or 49.03% from 465); Blue value is 1 (0.78% from 255 or 0.22% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE401 is #131BFE. Grayscale: #CDCDCD. Windows color (decimal): -1252351 or 124140. OLE color: 124140.

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

Color convert

RGB 236 228 1 -
CMYK 0 0.03 1.00 0.07
HSL 57.96º 0.99% 0.46% -
HSV(B) 57.96º 1% 0.93% -
XYZ 62.34 73.32 10.9 -
YUV 204.51 13.15 150.46 -
System Red Green Blue C M Y K H S L
Decimal 236 228 1 0 0.03 1.00 0.07 57.96 0.99 0.46
Hex EC E4 1 0 3 64 7 3A 63 2E
Octal 354 344 1 0 3 144 7 72 143 56
Binary 11101100 11100100 1 0 11 1100100 111 111010 1100011 101110

Color Harmonies of #ECE401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE401

Black with #ECE401

Text Example


Text Example

White with #ECE401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE401; }

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

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

background-color css

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

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

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

border-color css

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

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

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