Html Css Color HEX #EDE527 Golden Fizz

📋 copy color: '#EDE527'

red 237 ◦ green 229 ◦ blue 39

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

Shades of Golden Fizz #EDE527

Tints of Golden Fizz #EDE527

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.35%

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

R = 46.93%
G = 45.35%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDE527 (or 0xEDE527) is known color: Golden Fizz. HEX triplet: ED, E5 and 27. RGB value is (237,229,39). Sum of RGB (Red+Green+Blue) = 237+229+39=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 229 (89.84% from 255 or 45.35% from 505); Blue value is 39 (15.62% from 255 or 7.72% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE527 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE527 is #121AD8. Grayscale: #D2D2D2. Windows color (decimal): -1186521 or 2614765. OLE color: 2614765.

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

Color convert

RGB 237 229 39 -
CMYK 0 0.03 0.84 0.07
HSL 57.58º 0.85% 0.54% -
HSV(B) 57.58º 0.84% 0.93% -
XYZ 63.31 74.19 12.9 -
YUV 209.73 31.65 147.45 -
System Red Green Blue C M Y K H S L
Decimal 237 229 39 0 0.03 0.84 0.07 57.58 0.85 0.54
Hex ED E5 27 0 3 54 7 3A 55 36
Octal 355 345 47 0 3 124 7 72 125 66
Binary 11101101 11100101 100111 0 11 1010100 111 111010 1010101 110110

Color Harmonies of #EDE527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE527

Black with #EDE527

Text Example


Text Example

White with #EDE527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE527; }

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

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

background-color css

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

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

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

border-color css

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

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

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