Html Css Color HEX #EDE92F Golden Fizz

📋 copy color: '#EDE92F'

red 237 ◦ green 233 ◦ blue 47

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

Shades of Golden Fizz #EDE92F

Tints of Golden Fizz #EDE92F

RGB

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

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

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

R = 45.84%
G = 45.07%
B = 9.09%

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

#EDE92F (or 0xEDE92F) is known color: Golden Fizz. HEX triplet: ED, E9 and 2F. RGB value is (237,233,47). Sum of RGB (Red+Green+Blue) = 237+233+47=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 233 (91.41% from 255 or 45.07% from 517); Blue value is 47 (18.75% from 255 or 9.09% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE92F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE92F is #1216D0. Grayscale: #D5D5D5. Windows color (decimal): -1185489 or 3140077. OLE color: 3140077.

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

Color convert

RGB 237 233 47 -
CMYK 0 0.02 0.80 0.07
HSL 58.74º 0.84% 0.56% -
HSV(B) 58.74º 0.8% 0.93% -
XYZ 64.58 76.49 14.05 -
YUV 212.99 34.33 145.12 -
System Red Green Blue C M Y K H S L
Decimal 237 233 47 0 0.02 0.80 0.07 58.74 0.84 0.56
Hex ED E9 2F 0 2 50 7 3B 54 38
Octal 355 351 57 0 2 120 7 73 124 70
Binary 11101101 11101001 101111 0 10 1010000 111 111011 1010100 111000

Color Harmonies of #EDE92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE92F

Black with #EDE92F

Text Example


Text Example

White with #EDE92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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