Html Css Color HEX #EDDD29 Golden Fizz

📋 copy color: '#EDDD29'

red 237 ◦ green 221 ◦ blue 41

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

Shades of Golden Fizz #EDDD29

Tints of Golden Fizz #EDDD29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.22%

R = 47.49%
G = 44.29%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDDD29 (or 0xEDDD29) is known color: Golden Fizz. HEX triplet: ED, DD and 29. RGB value is (237,221,41). Sum of RGB (Red+Green+Blue) = 237+221+41=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 41 (16.41% from 255 or 8.22% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDD29 is #1222D6. Grayscale: #CDCDCD. Windows color (decimal): -1188567 or 2743789. OLE color: 2743789.

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

Color convert

RGB 237 221 41 -
CMYK 0 0.07 0.83 0.07
HSL 55.1º 0.84% 0.55% -
HSV(B) 55.1º 0.83% 0.93% -
XYZ 61.18 69.88 12.36 -
YUV 205.26 35.3 150.64 -
System Red Green Blue C M Y K H S L
Decimal 237 221 41 0 0.07 0.83 0.07 55.1 0.84 0.55
Hex ED DD 29 0 7 53 7 37 54 37
Octal 355 335 51 0 7 123 7 67 124 67
Binary 11101101 11011101 101001 0 111 1010011 111 110111 1010100 110111

Color Harmonies of #EDDD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD29

Black with #EDDD29

Text Example


Text Example

White with #EDDD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD29; }

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

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

background-color css

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

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

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

border-color css

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

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

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