Html Css Color HEX #ECD82D Golden Fizz

📋 copy color: '#ECD82D'

red 236 ◦ green 216 ◦ blue 45

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

Shades of Golden Fizz #ECD82D

Tints of Golden Fizz #ECD82D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.46%

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

R = 47.48%
G = 43.46%
B = 9.05%

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

#ECD82D (or 0xECD82D) is known color: Golden Fizz. HEX triplet: EC, D8 and 2D. RGB value is (236,216,45). Sum of RGB (Red+Green+Blue) = 236+216+45=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 45 (17.97% from 255 or 9.05% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD82D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD82D is #1327D2. Grayscale: #CBCBCB. Windows color (decimal): -1255379 or 3004652. OLE color: 3004652.

HSL color Cylindrical-coordinate representation of color #ECD82D: hue angle of 53.72º 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 #ECD82D is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 216 45 -
CMYK 0 0.08 0.81 0.07
HSL 53.72º 0.83% 0.55% -
HSV(B) 53.72º 0.81% 0.93% -
XYZ 59.62 67.13 12.3 -
YUV 202.49 39.13 151.9 -
System Red Green Blue C M Y K H S L
Decimal 236 216 45 0 0.08 0.81 0.07 53.72 0.83 0.55
Hex EC D8 2D 0 8 51 7 36 53 37
Octal 354 330 55 0 10 121 7 66 123 67
Binary 11101100 11011000 101101 0 1000 1010001 111 110110 1010011 110111

Color Harmonies of #ECD82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD82D

Black with #ECD82D

Text Example


Text Example

White with #ECD82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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