Html Css Color HEX #EDD925 Golden Fizz

📋 copy color: '#EDD925'

red 237 ◦ green 217 ◦ blue 37

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

Shades of Golden Fizz #EDD925

Tints of Golden Fizz #EDD925

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.2%

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

R = 48.27%
G = 44.2%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDD925 (or 0xEDD925) is known color: Golden Fizz. HEX triplet: ED, D9 and 25. RGB value is (237,217,37). Sum of RGB (Red+Green+Blue) = 237+217+37=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 37 (14.84% from 255 or 7.54% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD925 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD925 is #1226DA. Grayscale: #CBCBCB. Windows color (decimal): -1189595 or 2480621. OLE color: 2480621.

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

Color convert

RGB 237 217 37 -
CMYK 0 0.08 0.84 0.07
HSL 54º 0.85% 0.54% -
HSV(B) 54º 0.84% 0.93% -
XYZ 60.07 67.76 11.66 -
YUV 202.46 34.63 152.64 -
System Red Green Blue C M Y K H S L
Decimal 237 217 37 0 0.08 0.84 0.07 54 0.85 0.54
Hex ED D9 25 0 8 54 7 36 55 36
Octal 355 331 45 0 10 124 7 66 125 66
Binary 11101101 11011001 100101 0 1000 1010100 111 110110 1010101 110110

Color Harmonies of #EDD925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD925

Black with #EDD925

Text Example


Text Example

White with #EDD925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD925; }

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

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

background-color css

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

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

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

border-color css

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

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

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