Html Css Color HEX #EDE921 Golden Fizz

📋 copy color: '#EDE921'

red 237 ◦ green 233 ◦ blue 33

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

Shades of Golden Fizz #EDE921

Tints of Golden Fizz #EDE921

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.32%

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

R = 47.12%
G = 46.32%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDE921 (or 0xEDE921) is known color: Golden Fizz. HEX triplet: ED, E9 and 21. RGB value is (237,233,33). Sum of RGB (Red+Green+Blue) = 237+233+33=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 233 (91.41% from 255 or 46.32% from 503); Blue value is 33 (13.28% from 255 or 6.56% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE921 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE921 is #1216DE. Grayscale: #D4D4D4. Windows color (decimal): -1185503 or 2222573. OLE color: 2222573.

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

Color convert

RGB 237 233 33 -
CMYK 0 0.02 0.86 0.07
HSL 58.82º 0.85% 0.53% -
HSV(B) 58.82º 0.86% 0.93% -
XYZ 64.34 76.39 12.79 -
YUV 211.4 27.33 146.26 -
System Red Green Blue C M Y K H S L
Decimal 237 233 33 0 0.02 0.86 0.07 58.82 0.85 0.53
Hex ED E9 21 0 2 56 7 3B 55 35
Octal 355 351 41 0 2 126 7 73 125 65
Binary 11101101 11101001 100001 0 10 1010110 111 111011 1010101 110101

Color Harmonies of #EDE921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE921

Black with #EDE921

Text Example


Text Example

White with #EDE921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE921; }

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

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

background-color css

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

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

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

border-color css

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

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

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