Html Css Color HEX #EDD82C Golden Fizz

📋 copy color: '#EDD82C'

red 237 ◦ green 216 ◦ blue 44

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

Shades of Golden Fizz #EDD82C

Tints of Golden Fizz #EDD82C

RGB

 RED value IS 237 (92.97% from 255) = 47.69%

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

 BLUE value IS 44 (17.58% from 255) = 8.85%

R = 47.69%
G = 43.46%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDD82C (or 0xEDD82C) is known color: Golden Fizz. HEX triplet: ED, D8 and 2C. RGB value is (237,216,44). Sum of RGB (Red+Green+Blue) = 237+216+44=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 44 (17.58% from 255 or 8.85% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD82C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD82C is #1227D3. Grayscale: #CBCBCB. Windows color (decimal): -1189844 or 2939117. OLE color: 2939117.

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

Color convert

RGB 237 216 44 -
CMYK 0 0.09 0.81 0.07
HSL 53.47º 0.84% 0.55% -
HSV(B) 53.47º 0.81% 0.93% -
XYZ 59.94 67.3 12.21 -
YUV 202.67 38.46 152.49 -
System Red Green Blue C M Y K H S L
Decimal 237 216 44 0 0.09 0.81 0.07 53.47 0.84 0.55
Hex ED D8 2C 0 9 51 7 35 54 37
Octal 355 330 54 0 11 121 7 65 124 67
Binary 11101101 11011000 101100 0 1001 1010001 111 110101 1010100 110111

Color Harmonies of #EDD82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD82C

Black with #EDD82C

Text Example


Text Example

White with #EDD82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD82C; }

 p { color: rgb(237,216,44); }

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

background-color css

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

 a { background-color: rgb(237,216,44); }

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

border-color css

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

 span { border-color: rgb(237,216,44); }

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