Html Css Color HEX #EDD932 Golden Fizz

📋 copy color: '#EDD932'

red 237 ◦ green 217 ◦ blue 50

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

Shades of Golden Fizz #EDD932

Tints of Golden Fizz #EDD932

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.06%

 BLUE value IS 50 (19.92% from 255) = 9.92%

R = 47.02%
G = 43.06%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDD932 (or 0xEDD932) is known color: Golden Fizz. HEX triplet: ED, D9 and 32. RGB value is (237,217,50). Sum of RGB (Red+Green+Blue) = 237+217+50=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 50 (19.92% from 255 or 9.92% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD932 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD932 is #1226CD. Grayscale: #CCCCCC. Windows color (decimal): -1189582 or 3332589. OLE color: 3332589.

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

Color convert

RGB 237 217 50 -
CMYK 0 0.08 0.79 0.07
HSL 53.58º 0.84% 0.56% -
HSV(B) 53.58º 0.79% 0.93% -
XYZ 60.31 67.86 12.94 -
YUV 203.94 41.13 151.58 -
System Red Green Blue C M Y K H S L
Decimal 237 217 50 0 0.08 0.79 0.07 53.58 0.84 0.56
Hex ED D9 32 0 8 4F 7 36 54 38
Octal 355 331 62 0 10 117 7 66 124 70
Binary 11101101 11011001 110010 0 1000 1001111 111 110110 1010100 111000

Color Harmonies of #EDD932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD932

Black with #EDD932

Text Example


Text Example

White with #EDD932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD932; }

 p { color: rgb(237,217,50); }

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

background-color css

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

 a { background-color: rgb(237,217,50); }

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

border-color css

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

 span { border-color: rgb(237,217,50); }

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