Html Css Color HEX #EDE522 Golden Fizz

📋 copy color: '#EDE522'

red 237 ◦ green 229 ◦ blue 34

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

Shades of Golden Fizz #EDE522

Tints of Golden Fizz #EDE522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 6.8%

R = 47.4%
G = 45.8%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDE522 (or 0xEDE522) is known color: Golden Fizz. HEX triplet: ED, E5 and 22. RGB value is (237,229,34). Sum of RGB (Red+Green+Blue) = 237+229+34=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 229 (89.84% from 255 or 45.8% from 500); Blue value is 34 (13.67% from 255 or 6.8% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE522 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE522 is #121ADD. Grayscale: #D1D1D1. Windows color (decimal): -1186526 or 2287085. OLE color: 2287085.

HSL color Cylindrical-coordinate representation of color #EDE522: hue angle of 57.64º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDE522 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 229 34 -
CMYK 0 0.03 0.86 0.07
HSL 57.64º 0.85% 0.53% -
HSV(B) 57.64º 0.86% 0.93% -
XYZ 63.23 74.16 12.49 -
YUV 209.16 29.15 147.86 -
System Red Green Blue C M Y K H S L
Decimal 237 229 34 0 0.03 0.86 0.07 57.64 0.85 0.53
Hex ED E5 22 0 3 56 7 3A 55 35
Octal 355 345 42 0 3 126 7 72 125 65
Binary 11101101 11100101 100010 0 11 1010110 111 111010 1010101 110101

Color Harmonies of #EDE522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE522

Black with #EDE522

Text Example


Text Example

White with #EDE522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE522; }

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

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

background-color css

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

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

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

border-color css

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

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

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