Html Css Color HEX #EDDD26 Golden Fizz

📋 copy color: '#EDDD26'

red 237 ◦ green 221 ◦ blue 38

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

Shades of Golden Fizz #EDDD26

Tints of Golden Fizz #EDDD26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.66%

R = 47.78%
G = 44.56%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDDD26 (or 0xEDDD26) is known color: Golden Fizz. HEX triplet: ED, DD and 26. RGB value is (237,221,38). Sum of RGB (Red+Green+Blue) = 237+221+38=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 38 (15.23% from 255 or 7.66% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDD26 is #1222D9. Grayscale: #CDCDCD. Windows color (decimal): -1188570 or 2547181. OLE color: 2547181.

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

Color convert

RGB 237 221 38 -
CMYK 0 0.07 0.84 0.07
HSL 55.18º 0.85% 0.54% -
HSV(B) 55.18º 0.84% 0.93% -
XYZ 61.13 69.86 12.1 -
YUV 204.92 33.8 150.88 -
System Red Green Blue C M Y K H S L
Decimal 237 221 38 0 0.07 0.84 0.07 55.18 0.85 0.54
Hex ED DD 26 0 7 54 7 37 55 36
Octal 355 335 46 0 7 124 7 67 125 66
Binary 11101101 11011101 100110 0 111 1010100 111 110111 1010101 110110

Color Harmonies of #EDDD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD26

Black with #EDDD26

Text Example


Text Example

White with #EDDD26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD26; }

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

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

background-color css

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

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

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

border-color css

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

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

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