Html Css Color HEX #ECDD2A Golden Fizz

📋 copy color: '#ECDD2A'

red 236 ◦ green 221 ◦ blue 42

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

Shades of Golden Fizz #ECDD2A

Tints of Golden Fizz #ECDD2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.42%

R = 47.29%
G = 44.29%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ECDD2A (or 0xECDD2A) is known color: Golden Fizz. HEX triplet: EC, DD and 2A. RGB value is (236,221,42). Sum of RGB (Red+Green+Blue) = 236+221+42=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 42 (16.80% from 255 or 8.42% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDD2A is #1322D5. Grayscale: #CDCDCD. Windows color (decimal): -1254102 or 2809324. OLE color: 2809324.

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

Color convert

RGB 236 221 42 -
CMYK 0 0.06 0.82 0.07
HSL 55.36º 0.84% 0.55% -
HSV(B) 55.36º 0.82% 0.93% -
XYZ 60.87 69.71 12.44 -
YUV 205.08 35.97 150.05 -
System Red Green Blue C M Y K H S L
Decimal 236 221 42 0 0.06 0.82 0.07 55.36 0.84 0.55
Hex EC DD 2A 0 6 52 7 37 54 37
Octal 354 335 52 0 6 122 7 67 124 67
Binary 11101100 11011101 101010 0 110 1010010 111 110111 1010100 110111

Color Harmonies of #ECDD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD2A

Black with #ECDD2A

Text Example


Text Example

White with #ECDD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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