Html Css Color HEX #EDE321 Golden Fizz

📋 copy color: '#EDE321'

red 237 ◦ green 227 ◦ blue 33

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

Shades of Golden Fizz #EDE321

Tints of Golden Fizz #EDE321

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.67%

 BLUE value IS 33 (13.28% from 255) = 6.64%

R = 47.69%
G = 45.67%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDE321 (or 0xEDE321) is known color: Golden Fizz. HEX triplet: ED, E3 and 21. RGB value is (237,227,33). Sum of RGB (Red+Green+Blue) = 237+227+33=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 33 (13.28% from 255 or 6.64% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE321 is #121CDE. Grayscale: #D0D0D0. Windows color (decimal): -1187039 or 2221037. OLE color: 2221037.

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

Color convert

RGB 237 227 33 -
CMYK 0 0.04 0.86 0.07
HSL 57.06º 0.85% 0.53% -
HSV(B) 57.06º 0.86% 0.93% -
XYZ 62.67 73.05 12.24 -
YUV 207.87 29.31 148.77 -
System Red Green Blue C M Y K H S L
Decimal 237 227 33 0 0.04 0.86 0.07 57.06 0.85 0.53
Hex ED E3 21 0 4 56 7 39 55 35
Octal 355 343 41 0 4 126 7 71 125 65
Binary 11101101 11100011 100001 0 100 1010110 111 111001 1010101 110101

Color Harmonies of #EDE321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE321

Black with #EDE321

Text Example


Text Example

White with #EDE321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE321; }

 p { color: rgb(237,227,33); }

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

background-color css

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

 a { background-color: rgb(237,227,33); }

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

border-color css

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

 span { border-color: rgb(237,227,33); }

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