Html Css Color HEX #EDE722 Golden Fizz

📋 copy color: '#EDE722'

red 237 ◦ green 231 ◦ blue 34

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

Shades of Golden Fizz #EDE722

Tints of Golden Fizz #EDE722

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.02%

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

R = 47.21%
G = 46.02%
B = 6.77%

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

#EDE722 (or 0xEDE722) is known color: Golden Fizz. HEX triplet: ED, E7 and 22. RGB value is (237,231,34). Sum of RGB (Red+Green+Blue) = 237+231+34=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 231 (90.62% from 255 or 46.02% from 502); Blue value is 34 (13.67% from 255 or 6.77% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE722 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE722 is #1218DD. Grayscale: #D3D3D3. Windows color (decimal): -1186014 or 2287597. OLE color: 2287597.

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

Color convert

RGB 237 231 34 -
CMYK 0 0.03 0.86 0.07
HSL 58.23º 0.85% 0.53% -
HSV(B) 58.23º 0.86% 0.93% -
XYZ 63.79 75.27 12.68 -
YUV 210.34 28.49 147.02 -
System Red Green Blue C M Y K H S L
Decimal 237 231 34 0 0.03 0.86 0.07 58.23 0.85 0.53
Hex ED E7 22 0 3 56 7 3A 55 35
Octal 355 347 42 0 3 126 7 72 125 65
Binary 11101101 11100111 100010 0 11 1010110 111 111010 1010101 110101

Color Harmonies of #EDE722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE722

Black with #EDE722

Text Example


Text Example

White with #EDE722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE722; }

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

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

background-color css

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

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

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

border-color css

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

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

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