Html Css Color HEX #ECDD25 Golden Fizz

📋 copy color: '#ECDD25'

red 236 ◦ green 221 ◦ blue 37

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

Shades of Golden Fizz #ECDD25

Tints of Golden Fizz #ECDD25

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.74%

 BLUE value IS 37 (14.84% from 255) = 7.49%

R = 47.77%
G = 44.74%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#ECDD25 (or 0xECDD25) is known color: Golden Fizz. HEX triplet: EC, DD and 25. RGB value is (236,221,37). Sum of RGB (Red+Green+Blue) = 236+221+37=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 37 (14.84% from 255 or 7.49% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDD25 is #1322DA. Grayscale: #CDCDCD. Windows color (decimal): -1254107 or 2481644. OLE color: 2481644.

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

Color convert

RGB 236 221 37 -
CMYK 0 0.06 0.84 0.07
HSL 55.48º 0.84% 0.54% -
HSV(B) 55.48º 0.84% 0.93% -
XYZ 60.78 69.68 12 -
YUV 204.51 33.47 150.46 -
System Red Green Blue C M Y K H S L
Decimal 236 221 37 0 0.06 0.84 0.07 55.48 0.84 0.54
Hex EC DD 25 0 6 54 7 37 54 36
Octal 354 335 45 0 6 124 7 67 124 66
Binary 11101100 11011101 100101 0 110 1010100 111 110111 1010100 110110

Color Harmonies of #ECDD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD25

Black with #ECDD25

Text Example


Text Example

White with #ECDD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD25; }

 p { color: rgb(236,221,37); }

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

background-color css

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

 a { background-color: rgb(236,221,37); }

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

border-color css

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

 span { border-color: rgb(236,221,37); }

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