Html Css Color HEX #EDDD25 Golden Fizz

📋 copy color: '#EDDD25'

red 237 ◦ green 221 ◦ blue 37

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

Shades of Golden Fizz #EDDD25

Tints of Golden Fizz #EDDD25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.47%

R = 47.88%
G = 44.65%
B = 7.47%

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

#EDDD25 (or 0xEDDD25) is known color: Golden Fizz. HEX triplet: ED, DD and 25. RGB value is (237,221,37). Sum of RGB (Red+Green+Blue) = 237+221+37=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 37 (14.84% from 255 or 7.47% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDD25 is #1222DA. Grayscale: #CDCDCD. Windows color (decimal): -1188571 or 2481645. OLE color: 2481645.

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

Color convert

RGB 237 221 37 -
CMYK 0 0.07 0.84 0.07
HSL 55.2º 0.85% 0.54% -
HSV(B) 55.2º 0.84% 0.93% -
XYZ 61.12 69.85 12.01 -
YUV 204.81 33.3 150.96 -
System Red Green Blue C M Y K H S L
Decimal 237 221 37 0 0.07 0.84 0.07 55.2 0.85 0.54
Hex ED DD 25 0 7 54 7 37 55 36
Octal 355 335 45 0 7 124 7 67 125 66
Binary 11101101 11011101 100101 0 111 1010100 111 110111 1010101 110110

Color Harmonies of #EDDD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD25

Black with #EDDD25

Text Example


Text Example

White with #EDDD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD25; }

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

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

background-color css

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

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

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

border-color css

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

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

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