Html Css Color HEX #ECDA2D Golden Fizz

📋 copy color: '#ECDA2D'

red 236 ◦ green 218 ◦ blue 45

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

Shades of Golden Fizz #ECDA2D

Tints of Golden Fizz #ECDA2D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.69%

 BLUE value IS 45 (17.97% from 255) = 9.02%

R = 47.29%
G = 43.69%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ECDA2D (or 0xECDA2D) is known color: Golden Fizz. HEX triplet: EC, DA and 2D. RGB value is (236,218,45). Sum of RGB (Red+Green+Blue) = 236+218+45=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 45 (17.97% from 255 or 9.02% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDA2D is #1325D2. Grayscale: #CCCCCC. Windows color (decimal): -1254867 or 3005164. OLE color: 3005164.

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

Color convert

RGB 236 218 45 -
CMYK 0 0.08 0.81 0.07
HSL 54.35º 0.83% 0.55% -
HSV(B) 54.35º 0.81% 0.93% -
XYZ 60.14 68.17 12.47 -
YUV 203.66 38.46 151.07 -
System Red Green Blue C M Y K H S L
Decimal 236 218 45 0 0.08 0.81 0.07 54.35 0.83 0.55
Hex EC DA 2D 0 8 51 7 36 53 37
Octal 354 332 55 0 10 121 7 66 123 67
Binary 11101100 11011010 101101 0 1000 1010001 111 110110 1010011 110111

Color Harmonies of #ECDA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDA2D

Black with #ECDA2D

Text Example


Text Example

White with #ECDA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDA2D; }

 p { color: rgb(236,218,45); }

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

background-color css

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

 a { background-color: rgb(236,218,45); }

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

border-color css

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

 span { border-color: rgb(236,218,45); }

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