Html Css Color HEX #ECDD38 Golden Fizz

📋 copy color: '#ECDD38'

red 236 ◦ green 221 ◦ blue 56

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

Shades of Golden Fizz #ECDD38

Tints of Golden Fizz #ECDD38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 10.92%

R = 46%
G = 43.08%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ECDD38 (or 0xECDD38) is known color: Golden Fizz. HEX triplet: EC, DD and 38. RGB value is (236,221,56). Sum of RGB (Red+Green+Blue) = 236+221+56=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 56 (22.27% from 255 or 10.92% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDD38 is #1322C7. Grayscale: #CFCFCF. Windows color (decimal): -1254088 or 3726828. OLE color: 3726828.

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

Color convert

RGB 236 221 56 -
CMYK 0 0.06 0.76 0.07
HSL 55º 0.83% 0.57% -
HSV(B) 55º 0.76% 0.93% -
XYZ 61.16 69.83 14 -
YUV 206.68 42.97 148.92 -
System Red Green Blue C M Y K H S L
Decimal 236 221 56 0 0.06 0.76 0.07 55 0.83 0.57
Hex EC DD 38 0 6 4C 7 37 53 39
Octal 354 335 70 0 6 114 7 67 123 71
Binary 11101100 11011101 111000 0 110 1001100 111 110111 1010011 111001

Color Harmonies of #ECDD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD38

Black with #ECDD38

Text Example


Text Example

White with #ECDD38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD38; }

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

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

background-color css

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

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

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

border-color css

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

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

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