Html Css Color HEX #ECDD2F Golden Fizz

📋 copy color: '#ECDD2F'

red 236 ◦ green 221 ◦ blue 47

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

Shades of Golden Fizz #ECDD2F

Tints of Golden Fizz #ECDD2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.33%

R = 46.83%
G = 43.85%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ECDD2F (or 0xECDD2F) is known color: Golden Fizz. HEX triplet: EC, DD and 2F. RGB value is (236,221,47). Sum of RGB (Red+Green+Blue) = 236+221+47=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 47 (18.75% from 255 or 9.33% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDD2F is #1322D0. Grayscale: #CECECE. Windows color (decimal): -1254097 or 3137004. OLE color: 3137004.

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

Color convert

RGB 236 221 47 -
CMYK 0 0.06 0.80 0.07
HSL 55.24º 0.83% 0.55% -
HSV(B) 55.24º 0.8% 0.93% -
XYZ 60.96 69.75 12.94 -
YUV 205.65 38.47 149.65 -
System Red Green Blue C M Y K H S L
Decimal 236 221 47 0 0.06 0.80 0.07 55.24 0.83 0.55
Hex EC DD 2F 0 6 50 7 37 53 37
Octal 354 335 57 0 6 120 7 67 123 67
Binary 11101100 11011101 101111 0 110 1010000 111 110111 1010011 110111

Color Harmonies of #ECDD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD2F

Black with #ECDD2F

Text Example


Text Example

White with #ECDD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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