#ECE304

Color #ECE304 Golden Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Yellow #ECE304

Tints of Golden Yellow #ECE304

Color information

#ECE304 (or 0xECE304) is unknown color: approx Golden Yellow. HEX triplet: EC, E3 and 04. RGB value is (236,227,4). Sum of RGB (Red+Green+Blue) = 236+227+4=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 227 (89.06% from 255 or 48.61% from 467); Blue value is 4 (1.95% from 255 or 0.86% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE304 is #131CFB. Grayscale: #CDCDCD. Windows color (decimal): -1252604 or 320492. OLE color: 320492.

HSL color Cylindrical-coordinate representation of color #ECE304: hue angle of 57.67º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ECE304 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB2362274-
CMYK00.040.980.07
HSL57.67º96.67%47.06%-
HSV(B)57.67º98.31%92.55%-
XYZ62.0872.7810.89-
YUV204.2714.98150.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.54%
GREEN value IS 227 (89.06% from 255) = 48.61%
BLUE value IS 4 (1.95% from 255) = 0.86%
R=50.54%
G=48.61%
B=0.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.98
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236227400.040.980.0757.6796.6747.06
HexECE34046273a612f
Octal35434340414277214157
Binary1110110011100011100010011000101111110101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE304; }

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

 H1.HeaderClassName
 {
   color: #ECE304;
 }
 .AnyTagClassName
 {
   color: #ECE304;
 }
</style>
background-color css

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

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

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

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

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

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