Html Css Color HEX #EDDD27 Golden Fizz

📋 copy color: '#EDDD27'

red 237 ◦ green 221 ◦ blue 39

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

Shades of Golden Fizz #EDDD27

Tints of Golden Fizz #EDDD27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.85%

R = 47.69%
G = 44.47%
B = 7.85%

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

#EDDD27 (or 0xEDDD27) is known color: Golden Fizz. HEX triplet: ED, DD and 27. RGB value is (237,221,39). Sum of RGB (Red+Green+Blue) = 237+221+39=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 39 (15.62% from 255 or 7.85% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDD27 is #1222D8. Grayscale: #CDCDCD. Windows color (decimal): -1188569 or 2612717. OLE color: 2612717.

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

Color convert

RGB 237 221 39 -
CMYK 0 0.07 0.84 0.07
HSL 55.15º 0.85% 0.54% -
HSV(B) 55.15º 0.84% 0.93% -
XYZ 61.15 69.86 12.18 -
YUV 205.04 34.3 150.8 -
System Red Green Blue C M Y K H S L
Decimal 237 221 39 0 0.07 0.84 0.07 55.15 0.85 0.54
Hex ED DD 27 0 7 54 7 37 55 36
Octal 355 335 47 0 7 124 7 67 125 66
Binary 11101101 11011101 100111 0 111 1010100 111 110111 1010101 110110

Color Harmonies of #EDDD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD27

Black with #EDDD27

Text Example


Text Example

White with #EDDD27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD27; }

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

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

background-color css

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

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

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

border-color css

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

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

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