Html Css Color HEX #EDED2F Golden Fizz

📋 copy color: '#EDED2F'

red 237 ◦ green 237 ◦ blue 47

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

Shades of Golden Fizz #EDED2F

Tints of Golden Fizz #EDED2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.02%

R = 45.49%
G = 45.49%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDED2F (or 0xEDED2F) is known color: Golden Fizz. HEX triplet: ED, ED and 2F. RGB value is (237,237,47). Sum of RGB (Red+Green+Blue) = 237+237+47=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 47 (18.75% from 255 or 9.02% from 521); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDED2F is #1212D0. Grayscale: #D8D8D8. Windows color (decimal): -1184465 or 3141101. OLE color: 3141101.

HSL color Cylindrical-coordinate representation of color #EDED2F: 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.8%. Process color model (Four color, CMYK) of #EDED2F is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 237 47 -
CMYK 0 0 0.80 0.07
HSL 60º 0.84% 0.56% -
HSV(B) 60º 0.8% 0.93% -
XYZ 65.72 78.78 14.43 -
YUV 215.34 33 143.45 -
System Red Green Blue C M Y K H S L
Decimal 237 237 47 0 0 0.80 0.07 60 0.84 0.56
Hex ED ED 2F 0 0 50 7 3C 54 38
Octal 355 355 57 0 0 120 7 74 124 70
Binary 11101101 11101101 101111 0 0 1010000 111 111100 1010100 111000

Color Harmonies of #EDED2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED2F

Black with #EDED2F

Text Example


Text Example

White with #EDED2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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