Html Css Color HEX #EDE61F Golden Fizz

📋 copy color: '#EDE61F'

red 237 ◦ green 230 ◦ blue 31

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

Shades of Golden Fizz #EDE61F

Tints of Golden Fizz #EDE61F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.18%

 BLUE value IS 31 (12.5% from 255) = 6.22%

R = 47.59%
G = 46.18%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EDE61F (or 0xEDE61F) is known color: Golden Fizz. HEX triplet: ED, E6 and 1F. RGB value is (237,230,31). Sum of RGB (Red+Green+Blue) = 237+230+31=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 230 (90.23% from 255 or 46.18% from 498); Blue value is 31 (12.5% from 255 or 6.22% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE61F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE61F is #1219E0. Grayscale: #D2D2D2. Windows color (decimal): -1186273 or 2090733. OLE color: 2090733.

HSL color Cylindrical-coordinate representation of color #EDE61F: hue angle of 57.96º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EDE61F is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 230 31 -
CMYK 0 0.03 0.87 0.07
HSL 57.96º 0.85% 0.53% -
HSV(B) 57.96º 0.87% 0.93% -
XYZ 63.47 74.7 12.37 -
YUV 209.41 27.32 147.68 -
System Red Green Blue C M Y K H S L
Decimal 237 230 31 0 0.03 0.87 0.07 57.96 0.85 0.53
Hex ED E6 1F 0 3 57 7 3A 55 35
Octal 355 346 37 0 3 127 7 72 125 65
Binary 11101101 11100110 11111 0 11 1010111 111 111010 1010101 110101

Color Harmonies of #EDE61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE61F

Black with #EDE61F

Text Example


Text Example

White with #EDE61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE61F; }

 p { color: rgb(237,230,31); }

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

background-color css

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

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

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

border-color css

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

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

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