Html Css Color HEX #EDE81F Golden Fizz

📋 copy color: '#EDE81F'

red 237 ◦ green 232 ◦ blue 31

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

Shades of Golden Fizz #EDE81F

Tints of Golden Fizz #EDE81F

RGB

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

 GREEN value IS 232 (91.02% from 255) = 46.4%

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

R = 47.4%
G = 46.4%
B = 6.2%

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

#EDE81F (or 0xEDE81F) is known color: Golden Fizz. HEX triplet: ED, E8 and 1F. RGB value is (237,232,31). Sum of RGB (Red+Green+Blue) = 237+232+31=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 232 (91.02% from 255 or 46.4% from 500); Blue value is 31 (12.5% from 255 or 6.2% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE81F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE81F is #1217E0. Grayscale: #D3D3D3. Windows color (decimal): -1185761 or 2091245. OLE color: 2091245.

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

Color convert

RGB 237 232 31 -
CMYK 0 0.02 0.87 0.07
HSL 58.54º 0.85% 0.53% -
HSV(B) 58.54º 0.87% 0.93% -
XYZ 64.03 75.82 12.56 -
YUV 210.58 26.66 146.84 -
System Red Green Blue C M Y K H S L
Decimal 237 232 31 0 0.02 0.87 0.07 58.54 0.85 0.53
Hex ED E8 1F 0 2 57 7 3B 55 35
Octal 355 350 37 0 2 127 7 73 125 65
Binary 11101101 11101000 11111 0 10 1010111 111 111011 1010101 110101

Color Harmonies of #EDE81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE81F

Black with #EDE81F

Text Example


Text Example

White with #EDE81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE81F; }

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

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

background-color css

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

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

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

border-color css

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

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

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