Html Css Color HEX #ECE428 Golden Fizz

📋 copy color: '#ECE428'

red 236 ◦ green 228 ◦ blue 40

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

Shades of Golden Fizz #ECE428

Tints of Golden Fizz #ECE428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.94%

R = 46.83%
G = 45.24%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ECE428 (or 0xECE428) is known color: Golden Fizz. HEX triplet: EC, E4 and 28. RGB value is (236,228,40). Sum of RGB (Red+Green+Blue) = 236+228+40=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 228 (89.45% from 255 or 45.24% from 504); Blue value is 40 (16.02% from 255 or 7.94% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE428 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE428 is #131BD7. Grayscale: #D1D1D1. Windows color (decimal): -1252312 or 2680044. OLE color: 2680044.

HSL color Cylindrical-coordinate representation of color #ECE428: hue angle of 57.55º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECE428 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 228 40 -
CMYK 0 0.03 0.83 0.07
HSL 57.55º 0.84% 0.54% -
HSV(B) 57.55º 0.83% 0.93% -
XYZ 62.72 73.47 12.88 -
YUV 208.96 32.65 147.29 -
System Red Green Blue C M Y K H S L
Decimal 236 228 40 0 0.03 0.83 0.07 57.55 0.84 0.54
Hex EC E4 28 0 3 53 7 3A 54 36
Octal 354 344 50 0 3 123 7 72 124 66
Binary 11101100 11100100 101000 0 11 1010011 111 111010 1010100 110110

Color Harmonies of #ECE428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE428

Black with #ECE428

Text Example


Text Example

White with #ECE428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE428; }

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

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

background-color css

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

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

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

border-color css

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

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

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