Html Css Color HEX #EDF021 Golden Fizz

📋 copy color: '#EDF021'

red 237 ◦ green 240 ◦ blue 33

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

Shades of Golden Fizz #EDF021

Tints of Golden Fizz #EDF021

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.06%

 BLUE value IS 33 (13.28% from 255) = 6.47%

R = 46.47%
G = 47.06%
B = 6.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EDF021 (or 0xEDF021) is known color: Golden Fizz. HEX triplet: ED, F0 and 21. RGB value is (237,240,33). Sum of RGB (Red+Green+Blue) = 237+240+33=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 240 (94.14% from 255 or 47.06% from 510); Blue value is 33 (13.28% from 255 or 6.47% from 510); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF021 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF021 is #120FDE. Grayscale: #D8D8D8. Windows color (decimal): -1183711 or 2224365. OLE color: 2224365.

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

Color convert

RGB 237 240 33 -
CMYK 0.01 0 0.86 0.06
HSL 60.87º 0.87% 0.54% -
HSV(B) 60.87º 0.86% 0.94% -
XYZ 66.36 80.43 13.47 -
YUV 215.51 25.01 143.33 -
System Red Green Blue C M Y K H S L
Decimal 237 240 33 0.01 0 0.86 0.06 60.87 0.87 0.54
Hex ED F0 21 1 0 56 6 3D 57 36
Octal 355 360 41 1 0 126 6 75 127 66
Binary 11101101 11110000 100001 1 0 1010110 110 111101 1010111 110110

Color Harmonies of #EDF021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF021

Black with #EDF021

Text Example


Text Example

White with #EDF021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF021; }

 p { color: rgb(237,240,33); }

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

background-color css

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

 a { background-color: rgb(237,240,33); }

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

border-color css

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

 span { border-color: rgb(237,240,33); }

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