Html Css Color HEX #EDDB22 Golden Fizz

📋 copy color: '#EDDB22'

red 237 ◦ green 219 ◦ blue 34

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

Shades of Golden Fizz #EDDB22

Tints of Golden Fizz #EDDB22

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.69%

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

R = 48.37%
G = 44.69%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDDB22 (or 0xEDDB22) is known color: Golden Fizz. HEX triplet: ED, DB and 22. RGB value is (237,219,34). Sum of RGB (Red+Green+Blue) = 237+219+34=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 34 (13.67% from 255 or 6.94% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDB22 is #1224DD. Grayscale: #CCCCCC. Windows color (decimal): -1189086 or 2284525. OLE color: 2284525.

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

Color convert

RGB 237 219 34 -
CMYK 0 0.08 0.86 0.07
HSL 54.68º 0.85% 0.53% -
HSV(B) 54.68º 0.86% 0.93% -
XYZ 60.55 68.78 11.6 -
YUV 203.29 32.46 152.04 -
System Red Green Blue C M Y K H S L
Decimal 237 219 34 0 0.08 0.86 0.07 54.68 0.85 0.53
Hex ED DB 22 0 8 56 7 37 55 35
Octal 355 333 42 0 10 126 7 67 125 65
Binary 11101101 11011011 100010 0 1000 1010110 111 110111 1010101 110101

Color Harmonies of #EDDB22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB22

Black with #EDDB22

Text Example


Text Example

White with #EDDB22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB22; }

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

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

background-color css

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

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

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

border-color css

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

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

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