Html Css Color HEX #EDE325 Golden Fizz

📋 copy color: '#EDE325'

red 237 ◦ green 227 ◦ blue 37

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

Shades of Golden Fizz #EDE325

Tints of Golden Fizz #EDE325

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.31%

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

R = 47.31%
G = 45.31%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDE325 (or 0xEDE325) is known color: Golden Fizz. HEX triplet: ED, E3 and 25. RGB value is (237,227,37). Sum of RGB (Red+Green+Blue) = 237+227+37=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 227 (89.06% from 255 or 45.31% from 501); Blue value is 37 (14.84% from 255 or 7.39% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE325 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE325 is #121CDA. Grayscale: #D1D1D1. Windows color (decimal): -1187035 or 2483181. OLE color: 2483181.

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

Color convert

RGB 237 227 37 -
CMYK 0 0.04 0.84 0.07
HSL 57º 0.85% 0.54% -
HSV(B) 57º 0.84% 0.93% -
XYZ 62.73 73.08 12.55 -
YUV 208.33 31.31 148.45 -
System Red Green Blue C M Y K H S L
Decimal 237 227 37 0 0.04 0.84 0.07 57 0.85 0.54
Hex ED E3 25 0 4 54 7 39 55 36
Octal 355 343 45 0 4 124 7 71 125 66
Binary 11101101 11100011 100101 0 100 1010100 111 111001 1010101 110110

Color Harmonies of #EDE325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE325

Black with #EDE325

Text Example


Text Example

White with #EDE325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE325; }

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

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

background-color css

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

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

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

border-color css

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

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

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