Html Css Color HEX #ECE531 Golden Fizz

📋 copy color: '#ECE531'

red 236 ◦ green 229 ◦ blue 49

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

Shades of Golden Fizz #ECE531

Tints of Golden Fizz #ECE531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.53%

R = 45.91%
G = 44.55%
B = 9.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ECE531 (or 0xECE531) is known color: Golden Fizz. HEX triplet: EC, E5 and 31. RGB value is (236,229,49). Sum of RGB (Red+Green+Blue) = 236+229+49=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 229 (89.84% from 255 or 44.55% from 514); Blue value is 49 (19.53% from 255 or 9.53% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE531 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE531 is #131ACE. Grayscale: #D3D3D3. Windows color (decimal): -1252047 or 3270124. OLE color: 3270124.

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

Color convert

RGB 236 229 49 -
CMYK 0 0.03 0.79 0.07
HSL 57.75º 0.83% 0.56% -
HSV(B) 57.75º 0.79% 0.93% -
XYZ 63.17 74.09 13.88 -
YUV 210.57 36.82 146.14 -
System Red Green Blue C M Y K H S L
Decimal 236 229 49 0 0.03 0.79 0.07 57.75 0.83 0.56
Hex EC E5 31 0 3 4F 7 3A 53 38
Octal 354 345 61 0 3 117 7 72 123 70
Binary 11101100 11100101 110001 0 11 1001111 111 111010 1010011 111000

Color Harmonies of #ECE531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE531

Black with #ECE531

Text Example


Text Example

White with #ECE531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE531; }

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

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

background-color css

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

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

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

border-color css

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

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

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