Html Css Color HEX #EDEF32 Golden Fizz

📋 copy color: '#EDEF32'

red 237 ◦ green 239 ◦ blue 50

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

Shades of Golden Fizz #EDEF32

Tints of Golden Fizz #EDEF32

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.44%

 BLUE value IS 50 (19.92% from 255) = 9.51%

R = 45.06%
G = 45.44%
B = 9.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EDEF32 (or 0xEDEF32) is known color: Golden Fizz. HEX triplet: ED, EF and 32. RGB value is (237,239,50). Sum of RGB (Red+Green+Blue) = 237+239+50=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 239 (93.75% from 255 or 45.44% from 526); Blue value is 50 (19.92% from 255 or 9.51% from 526); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEF32 is #1210CD. Grayscale: #D9D9D9. Windows color (decimal): -1183950 or 3338221. OLE color: 3338221.

HSL color Cylindrical-coordinate representation of color #EDEF32: hue angle of 60.63º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EDEF32 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 239 50 -
CMYK 0.01 0 0.79 0.06
HSL 60.63º 0.86% 0.57% -
HSV(B) 60.63º 0.79% 0.94% -
XYZ 66.37 79.97 14.96 -
YUV 216.86 33.84 142.37 -
System Red Green Blue C M Y K H S L
Decimal 237 239 50 0.01 0 0.79 0.06 60.63 0.86 0.57
Hex ED EF 32 1 0 4F 6 3D 56 39
Octal 355 357 62 1 0 117 6 75 126 71
Binary 11101101 11101111 110010 1 0 1001111 110 111101 1010110 111001

Color Harmonies of #EDEF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEF32

Black with #EDEF32

Text Example


Text Example

White with #EDEF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEF32; }

 p { color: rgb(237,239,50); }

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

background-color css

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

 a { background-color: rgb(237,239,50); }

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

border-color css

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

 span { border-color: rgb(237,239,50); }

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