Html Css Color HEX #EDD82A Golden Fizz

📋 copy color: '#EDD82A'

red 237 ◦ green 216 ◦ blue 42

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

Shades of Golden Fizz #EDD82A

Tints of Golden Fizz #EDD82A

RGB

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

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

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

R = 47.88%
G = 43.64%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EDD82A (or 0xEDD82A) is known color: Golden Fizz. HEX triplet: ED, D8 and 2A. RGB value is (237,216,42). Sum of RGB (Red+Green+Blue) = 237+216+42=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 42 (16.80% from 255 or 8.48% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD82A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD82A is #1227D5. Grayscale: #CBCBCB. Windows color (decimal): -1189846 or 2808045. OLE color: 2808045.

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

Color convert

RGB 237 216 42 -
CMYK 0 0.09 0.82 0.07
HSL 53.54º 0.84% 0.55% -
HSV(B) 53.54º 0.82% 0.93% -
XYZ 59.9 67.28 12.02 -
YUV 202.44 37.46 152.65 -
System Red Green Blue C M Y K H S L
Decimal 237 216 42 0 0.09 0.82 0.07 53.54 0.84 0.55
Hex ED D8 2A 0 9 52 7 36 54 37
Octal 355 330 52 0 11 122 7 66 124 67
Binary 11101101 11011000 101010 0 1001 1010010 111 110110 1010100 110111

Color Harmonies of #EDD82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD82A

Black with #EDD82A

Text Example


Text Example

White with #EDD82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD82A; }

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

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

background-color css

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

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

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

border-color css

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

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

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