Html Css Color HEX #ECE52A Golden Fizz

📋 copy color: '#ECE52A'

red 236 ◦ green 229 ◦ blue 42

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

Shades of Golden Fizz #ECE52A

Tints of Golden Fizz #ECE52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.28%

R = 46.55%
G = 45.17%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ECE52A (or 0xECE52A) is known color: Golden Fizz. HEX triplet: EC, E5 and 2A. RGB value is (236,229,42). Sum of RGB (Red+Green+Blue) = 236+229+42=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 229 (89.84% from 255 or 45.17% from 507); Blue value is 42 (16.80% from 255 or 8.28% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE52A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE52A is #131AD5. Grayscale: #D2D2D2. Windows color (decimal): -1252054 or 2811372. OLE color: 2811372.

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

Color convert

RGB 236 229 42 -
CMYK 0 0.03 0.82 0.07
HSL 57.84º 0.84% 0.55% -
HSV(B) 57.84º 0.82% 0.93% -
XYZ 63.03 74.04 13.16 -
YUV 209.78 33.32 146.71 -
System Red Green Blue C M Y K H S L
Decimal 236 229 42 0 0.03 0.82 0.07 57.84 0.84 0.55
Hex EC E5 2A 0 3 52 7 3A 54 37
Octal 354 345 52 0 3 122 7 72 124 67
Binary 11101100 11100101 101010 0 11 1010010 111 111010 1010100 110111

Color Harmonies of #ECE52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE52A

Black with #ECE52A

Text Example


Text Example

White with #ECE52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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