Html Css Color HEX #EDED31 Golden Fizz

📋 copy color: '#EDED31'

red 237 ◦ green 237 ◦ blue 49

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

Shades of Golden Fizz #EDED31

Tints of Golden Fizz #EDED31

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.32%

 BLUE value IS 49 (19.53% from 255) = 9.37%

R = 45.32%
G = 45.32%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDED31 (or 0xEDED31) is known color: Golden Fizz. HEX triplet: ED, ED and 31. RGB value is (237,237,49). Sum of RGB (Red+Green+Blue) = 237+237+49=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 49 (19.53% from 255 or 9.37% from 523); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDED31 is #1212CE. Grayscale: #D8D8D8. Windows color (decimal): -1184463 or 3272173. OLE color: 3272173.

HSL color Cylindrical-coordinate representation of color #EDED31: hue angle of 60º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EDED31 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 237 49 -
CMYK 0 0 0.79 0.07
HSL 60º 0.84% 0.56% -
HSV(B) 60º 0.79% 0.93% -
XYZ 65.76 78.79 14.65 -
YUV 215.57 34 143.29 -
System Red Green Blue C M Y K H S L
Decimal 237 237 49 0 0 0.79 0.07 60 0.84 0.56
Hex ED ED 31 0 0 4F 7 3C 54 38
Octal 355 355 61 0 0 117 7 74 124 70
Binary 11101101 11101101 110001 0 0 1001111 111 111100 1010100 111000

Color Harmonies of #EDED31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED31

Black with #EDED31

Text Example


Text Example

White with #EDED31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED31; }

 p { color: rgb(237,237,49); }

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

background-color css

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

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

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

border-color css

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

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

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