Html Css Color HEX #EDDE22 Golden Fizz

📋 copy color: '#EDDE22'

red 237 ◦ green 222 ◦ blue 34

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

Shades of Golden Fizz #EDDE22

Tints of Golden Fizz #EDDE22

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.03%

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

R = 48.07%
G = 45.03%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDDE22 (or 0xEDDE22) is known color: Golden Fizz. HEX triplet: ED, DE and 22. RGB value is (237,222,34). Sum of RGB (Red+Green+Blue) = 237+222+34=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 222 (87.11% from 255 or 45.03% from 493); Blue value is 34 (13.67% from 255 or 6.90% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDE22 is #1221DD. Grayscale: #CDCDCD. Windows color (decimal): -1188318 or 2285293. OLE color: 2285293.

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

Color convert

RGB 237 222 34 -
CMYK 0 0.06 0.86 0.07
HSL 55.57º 0.85% 0.53% -
HSV(B) 55.57º 0.86% 0.93% -
XYZ 61.34 70.36 11.86 -
YUV 205.05 31.47 150.79 -
System Red Green Blue C M Y K H S L
Decimal 237 222 34 0 0.06 0.86 0.07 55.57 0.85 0.53
Hex ED DE 22 0 6 56 7 38 55 35
Octal 355 336 42 0 6 126 7 70 125 65
Binary 11101101 11011110 100010 0 110 1010110 111 111000 1010101 110101

Color Harmonies of #EDDE22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDE22

Black with #EDDE22

Text Example


Text Example

White with #EDDE22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDE22; }

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

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

background-color css

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

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

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

border-color css

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

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

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