Html Css Color HEX #EDDF20 Golden Fizz

📋 copy color: '#EDDF20'

red 237 ◦ green 223 ◦ blue 32

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

Shades of Golden Fizz #EDDF20

Tints of Golden Fizz #EDDF20

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.33%

 BLUE value IS 32 (12.89% from 255) = 6.5%

R = 48.17%
G = 45.33%
B = 6.5%

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

#EDDF20 (or 0xEDDF20) is known color: Golden Fizz. HEX triplet: ED, DF and 20. RGB value is (237,223,32). Sum of RGB (Red+Green+Blue) = 237+223+32=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 32 (12.89% from 255 or 6.50% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDF20 is #1220DF. Grayscale: #CECECE. Windows color (decimal): -1188064 or 2154477. OLE color: 2154477.

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

Color convert

RGB 237 223 32 -
CMYK 0 0.06 0.86 0.07
HSL 55.9º 0.85% 0.53% -
HSV(B) 55.9º 0.86% 0.93% -
XYZ 61.57 70.88 11.8 -
YUV 205.41 30.14 150.53 -
System Red Green Blue C M Y K H S L
Decimal 237 223 32 0 0.06 0.86 0.07 55.9 0.85 0.53
Hex ED DF 20 0 6 56 7 38 55 35
Octal 355 337 40 0 6 126 7 70 125 65
Binary 11101101 11011111 100000 0 110 1010110 111 111000 1010101 110101

Color Harmonies of #EDDF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF20

Black with #EDDF20

Text Example


Text Example

White with #EDDF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF20; }

 p { color: rgb(237,223,32); }

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

background-color css

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

 a { background-color: rgb(237,223,32); }

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

border-color css

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

 span { border-color: rgb(237,223,32); }

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