Html Css Color HEX #EDE41F Golden Fizz

📋 copy color: '#EDE41F'

red 237 ◦ green 228 ◦ blue 31

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

Shades of Golden Fizz #EDE41F

Tints of Golden Fizz #EDE41F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.97%

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

R = 47.78%
G = 45.97%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EDE41F (or 0xEDE41F) is known color: Golden Fizz. HEX triplet: ED, E4 and 1F. RGB value is (237,228,31). Sum of RGB (Red+Green+Blue) = 237+228+31=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 228 (89.45% from 255 or 45.97% from 496); Blue value is 31 (12.5% from 255 or 6.25% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE41F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE41F is #121BE0. Grayscale: #D1D1D1. Windows color (decimal): -1186785 or 2090221. OLE color: 2090221.

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

Color convert

RGB 237 228 31 -
CMYK 0 0.04 0.87 0.07
HSL 57.38º 0.85% 0.53% -
HSV(B) 57.38º 0.87% 0.93% -
XYZ 62.92 73.59 12.18 -
YUV 208.23 27.98 148.52 -
System Red Green Blue C M Y K H S L
Decimal 237 228 31 0 0.04 0.87 0.07 57.38 0.85 0.53
Hex ED E4 1F 0 4 57 7 39 55 35
Octal 355 344 37 0 4 127 7 71 125 65
Binary 11101101 11100100 11111 0 100 1010111 111 111001 1010101 110101

Color Harmonies of #EDE41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE41F

Black with #EDE41F

Text Example


Text Example

White with #EDE41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE41F; }

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

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

background-color css

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

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

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

border-color css

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

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

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