Html Css Color HEX #ECDD3A Golden Fizz

📋 copy color: '#ECDD3A'

red 236 ◦ green 221 ◦ blue 58

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

Shades of Golden Fizz #ECDD3A

Tints of Golden Fizz #ECDD3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.26%

R = 45.83%
G = 42.91%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ECDD3A (or 0xECDD3A) is known color: Golden Fizz. HEX triplet: EC, DD and 3A. RGB value is (236,221,58). Sum of RGB (Red+Green+Blue) = 236+221+58=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 58 (23.05% from 255 or 11.26% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDD3A is #1322C5. Grayscale: #CFCFCF. Windows color (decimal): -1254086 or 3857900. OLE color: 3857900.

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

Color convert

RGB 236 221 58 -
CMYK 0 0.06 0.75 0.07
HSL 54.94º 0.82% 0.58% -
HSV(B) 54.94º 0.75% 0.93% -
XYZ 61.21 69.85 14.26 -
YUV 206.9 43.97 148.75 -
System Red Green Blue C M Y K H S L
Decimal 236 221 58 0 0.06 0.75 0.07 54.94 0.82 0.58
Hex EC DD 3A 0 6 4B 7 37 52 3A
Octal 354 335 72 0 6 113 7 67 122 72
Binary 11101100 11011101 111010 0 110 1001011 111 110111 1010010 111010

Color Harmonies of #ECDD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD3A

Black with #ECDD3A

Text Example


Text Example

White with #ECDD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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