Html Css Color HEX #ECE020 Golden Fizz

📋 copy color: '#ECE020'

red 236 ◦ green 224 ◦ blue 32

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

Shades of Golden Fizz #ECE020

Tints of Golden Fizz #ECE020

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.53%

 BLUE value IS 32 (12.89% from 255) = 6.5%

R = 47.97%
G = 45.53%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ECE020 (or 0xECE020) is known color: Golden Fizz. HEX triplet: EC, E0 and 20. RGB value is (236,224,32). Sum of RGB (Red+Green+Blue) = 236+224+32=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 224 (87.89% from 255 or 45.53% from 492); Blue value is 32 (12.89% from 255 or 6.50% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE020 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE020 is #131FDF. Grayscale: #CECECE. Windows color (decimal): -1253344 or 2154732. OLE color: 2154732.

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

Color convert

RGB 236 224 32 -
CMYK 0 0.05 0.86 0.07
HSL 56.47º 0.84% 0.53% -
HSV(B) 56.47º 0.86% 0.93% -
XYZ 61.51 71.25 11.88 -
YUV 205.7 29.98 149.61 -
System Red Green Blue C M Y K H S L
Decimal 236 224 32 0 0.05 0.86 0.07 56.47 0.84 0.53
Hex EC E0 20 0 5 56 7 38 54 35
Octal 354 340 40 0 5 126 7 70 124 65
Binary 11101100 11100000 100000 0 101 1010110 111 111000 1010100 110101

Color Harmonies of #ECE020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE020

Black with #ECE020

Text Example


Text Example

White with #ECE020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE020; }

 p { color: rgb(236,224,32); }

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

background-color css

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

 a { background-color: rgb(236,224,32); }

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

border-color css

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

 span { border-color: rgb(236,224,32); }

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