Html Css Color HEX #EDE91F Golden Fizz

📋 copy color: '#EDE91F'

red 237 ◦ green 233 ◦ blue 31

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

Shades of Golden Fizz #EDE91F

Tints of Golden Fizz #EDE91F

RGB

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

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

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

R = 47.31%
G = 46.51%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EDE91F (or 0xEDE91F) is known color: Golden Fizz. HEX triplet: ED, E9 and 1F. RGB value is (237,233,31). Sum of RGB (Red+Green+Blue) = 237+233+31=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 233 (91.41% from 255 or 46.51% from 501); Blue value is 31 (12.5% from 255 or 6.19% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE91F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE91F is #1216E0. Grayscale: #D3D3D3. Windows color (decimal): -1185505 or 2091501. OLE color: 2091501.

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

Color convert

RGB 237 233 31 -
CMYK 0 0.02 0.87 0.07
HSL 58.83º 0.85% 0.53% -
HSV(B) 58.83º 0.87% 0.93% -
XYZ 64.31 76.38 12.65 -
YUV 211.17 26.33 146.43 -
System Red Green Blue C M Y K H S L
Decimal 237 233 31 0 0.02 0.87 0.07 58.83 0.85 0.53
Hex ED E9 1F 0 2 57 7 3B 55 35
Octal 355 351 37 0 2 127 7 73 125 65
Binary 11101101 11101001 11111 0 10 1010111 111 111011 1010101 110101

Color Harmonies of #EDE91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE91F

Black with #EDE91F

Text Example


Text Example

White with #EDE91F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE91F; }

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

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

background-color css

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

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

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

border-color css

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

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

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