Html Css Color HEX #ECE528 Golden Fizz

📋 copy color: '#ECE528'

red 236 ◦ green 229 ◦ blue 40

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

Shades of Golden Fizz #ECE528

Tints of Golden Fizz #ECE528

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.35%

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

R = 46.73%
G = 45.35%
B = 7.92%

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

#ECE528 (or 0xECE528) is known color: Golden Fizz. HEX triplet: EC, E5 and 28. RGB value is (236,229,40). Sum of RGB (Red+Green+Blue) = 236+229+40=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 229 (89.84% from 255 or 45.35% from 505); Blue value is 40 (16.02% from 255 or 7.92% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE528 is #131AD7. Grayscale: #D2D2D2. Windows color (decimal): -1252056 or 2680300. OLE color: 2680300.

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

Color convert

RGB 236 229 40 -
CMYK 0 0.03 0.83 0.07
HSL 57.86º 0.84% 0.54% -
HSV(B) 57.86º 0.83% 0.93% -
XYZ 62.99 74.02 12.98 -
YUV 209.55 32.32 146.87 -
System Red Green Blue C M Y K H S L
Decimal 236 229 40 0 0.03 0.83 0.07 57.86 0.84 0.54
Hex EC E5 28 0 3 53 7 3A 54 36
Octal 354 345 50 0 3 123 7 72 124 66
Binary 11101100 11100101 101000 0 11 1010011 111 111010 1010100 110110

Color Harmonies of #ECE528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE528

Black with #ECE528

Text Example


Text Example

White with #ECE528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE528; }

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

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

background-color css

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

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

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

border-color css

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

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

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