Html Css Color HEX #ECDF20 Golden Fizz

📋 copy color: '#ECDF20'

red 236 ◦ green 223 ◦ blue 32

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

Shades of Golden Fizz #ECDF20

Tints of Golden Fizz #ECDF20

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.42%

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

R = 48.07%
G = 45.42%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ECDF20 (or 0xECDF20) is known color: Golden Fizz. HEX triplet: EC, DF and 20. RGB value is (236,223,32). Sum of RGB (Red+Green+Blue) = 236+223+32=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 32 (12.89% from 255 or 6.52% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDF20 is #1320DF. Grayscale: #CDCDCD. Windows color (decimal): -1253600 or 2154476. OLE color: 2154476.

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

Color convert

RGB 236 223 32 -
CMYK 0 0.06 0.86 0.07
HSL 56.18º 0.84% 0.53% -
HSV(B) 56.18º 0.86% 0.93% -
XYZ 61.24 70.71 11.79 -
YUV 205.11 30.31 150.03 -
System Red Green Blue C M Y K H S L
Decimal 236 223 32 0 0.06 0.86 0.07 56.18 0.84 0.53
Hex EC DF 20 0 6 56 7 38 54 35
Octal 354 337 40 0 6 126 7 70 124 65
Binary 11101100 11011111 100000 0 110 1010110 111 111000 1010100 110101

Color Harmonies of #ECDF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDF20

Black with #ECDF20

Text Example


Text Example

White with #ECDF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDF20; }

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

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

background-color css

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

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

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

border-color css

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

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

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