Html Css Color HEX #EDE82F Golden Fizz

📋 copy color: '#EDE82F'

red 237 ◦ green 232 ◦ blue 47

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

Shades of Golden Fizz #EDE82F

Tints of Golden Fizz #EDE82F

RGB

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

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

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

R = 45.93%
G = 44.96%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDE82F (or 0xEDE82F) is known color: Golden Fizz. HEX triplet: ED, E8 and 2F. RGB value is (237,232,47). Sum of RGB (Red+Green+Blue) = 237+232+47=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 232 (91.02% from 255 or 44.96% from 516); Blue value is 47 (18.75% from 255 or 9.11% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE82F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE82F is #1217D0. Grayscale: #D5D5D5. Windows color (decimal): -1185745 or 3139821. OLE color: 3139821.

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

Color convert

RGB 237 232 47 -
CMYK 0 0.02 0.80 0.07
HSL 58.42º 0.84% 0.56% -
HSV(B) 58.42º 0.8% 0.93% -
XYZ 64.29 75.92 13.96 -
YUV 212.41 34.66 145.54 -
System Red Green Blue C M Y K H S L
Decimal 237 232 47 0 0.02 0.80 0.07 58.42 0.84 0.56
Hex ED E8 2F 0 2 50 7 3A 54 38
Octal 355 350 57 0 2 120 7 72 124 70
Binary 11101101 11101000 101111 0 10 1010000 111 111010 1010100 111000

Color Harmonies of #EDE82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE82F

Black with #EDE82F

Text Example


Text Example

White with #EDE82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE82F; }

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

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

background-color css

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

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

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

border-color css

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

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

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