Html Css Color HEX #EDE922 Golden Fizz

📋 copy color: '#EDE922'

red 237 ◦ green 233 ◦ blue 34

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

Shades of Golden Fizz #EDE922

Tints of Golden Fizz #EDE922

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.23%

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

R = 47.02%
G = 46.23%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDE922 (or 0xEDE922) is known color: Golden Fizz. HEX triplet: ED, E9 and 22. RGB value is (237,233,34). Sum of RGB (Red+Green+Blue) = 237+233+34=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 233 (91.41% from 255 or 46.23% from 504); Blue value is 34 (13.67% from 255 or 6.75% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE922 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE922 is #1216DD. Grayscale: #D4D4D4. Windows color (decimal): -1185502 or 2288109. OLE color: 2288109.

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

Color convert

RGB 237 233 34 -
CMYK 0 0.02 0.86 0.07
HSL 58.82º 0.85% 0.53% -
HSV(B) 58.82º 0.86% 0.93% -
XYZ 64.35 76.4 12.87 -
YUV 211.51 27.83 146.18 -
System Red Green Blue C M Y K H S L
Decimal 237 233 34 0 0.02 0.86 0.07 58.82 0.85 0.53
Hex ED E9 22 0 2 56 7 3B 55 35
Octal 355 351 42 0 2 126 7 73 125 65
Binary 11101101 11101001 100010 0 10 1010110 111 111011 1010101 110101

Color Harmonies of #EDE922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE922

Black with #EDE922

Text Example


Text Example

White with #EDE922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE922; }

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

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

background-color css

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

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

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

border-color css

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

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

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