Html Css Color HEX #EDDD32 Golden Fizz

📋 copy color: '#EDDD32'

red 237 ◦ green 221 ◦ blue 50

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

Shades of Golden Fizz #EDDD32

Tints of Golden Fizz #EDDD32

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.5%

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

R = 46.65%
G = 43.5%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDDD32 (or 0xEDDD32) is known color: Golden Fizz. HEX triplet: ED, DD and 32. RGB value is (237,221,50). Sum of RGB (Red+Green+Blue) = 237+221+50=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 50 (19.92% from 255 or 9.84% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDD32 is #1222CD. Grayscale: #CECECE. Windows color (decimal): -1188558 or 3333613. OLE color: 3333613.

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

Color convert

RGB 237 221 50 -
CMYK 0 0.07 0.79 0.07
HSL 54.87º 0.84% 0.56% -
HSV(B) 54.87º 0.79% 0.93% -
XYZ 61.36 69.95 13.29 -
YUV 206.29 39.8 149.9 -
System Red Green Blue C M Y K H S L
Decimal 237 221 50 0 0.07 0.79 0.07 54.87 0.84 0.56
Hex ED DD 32 0 7 4F 7 37 54 38
Octal 355 335 62 0 7 117 7 67 124 70
Binary 11101101 11011101 110010 0 111 1001111 111 110111 1010100 111000

Color Harmonies of #EDDD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD32

Black with #EDDD32

Text Example


Text Example

White with #EDDD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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