Html Css Color HEX #ECDD34 Golden Fizz

📋 copy color: '#ECDD34'

red 236 ◦ green 221 ◦ blue 52

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

Shades of Golden Fizz #ECDD34

Tints of Golden Fizz #ECDD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.22%

R = 46.37%
G = 43.42%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ECDD34 (or 0xECDD34) is known color: Golden Fizz. HEX triplet: EC, DD and 34. RGB value is (236,221,52). Sum of RGB (Red+Green+Blue) = 236+221+52=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 52 (20.70% from 255 or 10.22% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDD34 is #1322CB. Grayscale: #CECECE. Windows color (decimal): -1254092 or 3464684. OLE color: 3464684.

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

Color convert

RGB 236 221 52 -
CMYK 0 0.06 0.78 0.07
HSL 55.11º 0.83% 0.56% -
HSV(B) 55.11º 0.78% 0.93% -
XYZ 61.07 69.79 13.5 -
YUV 206.22 40.97 149.24 -
System Red Green Blue C M Y K H S L
Decimal 236 221 52 0 0.06 0.78 0.07 55.11 0.83 0.56
Hex EC DD 34 0 6 4E 7 37 53 38
Octal 354 335 64 0 6 116 7 67 123 70
Binary 11101100 11011101 110100 0 110 1001110 111 110111 1010011 111000

Color Harmonies of #ECDD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD34

Black with #ECDD34

Text Example


Text Example

White with #ECDD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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