Html Css Color HEX #EDF023 Golden Fizz

📋 copy color: '#EDF023'

red 237 ◦ green 240 ◦ blue 35

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

Shades of Golden Fizz #EDF023

Tints of Golden Fizz #EDF023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 6.84%

R = 46.29%
G = 46.88%
B = 6.84%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EDF023 (or 0xEDF023) is known color: Golden Fizz. HEX triplet: ED, F0 and 23. RGB value is (237,240,35). Sum of RGB (Red+Green+Blue) = 237+240+35=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 35 (14.06% from 255 or 6.84% from 512); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF023 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF023 is #120FDC. Grayscale: #D8D8D8. Windows color (decimal): -1183709 or 2355437. OLE color: 2355437.

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

Color convert

RGB 237 240 35 -
CMYK 0.01 0 0.85 0.06
HSL 60.88º 0.87% 0.54% -
HSV(B) 60.88º 0.85% 0.94% -
XYZ 66.39 80.45 13.62 -
YUV 215.73 26.01 143.17 -
System Red Green Blue C M Y K H S L
Decimal 237 240 35 0.01 0 0.85 0.06 60.88 0.87 0.54
Hex ED F0 23 1 0 55 6 3D 57 36
Octal 355 360 43 1 0 125 6 75 127 66
Binary 11101101 11110000 100011 1 0 1010101 110 111101 1010111 110110

Color Harmonies of #EDF023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF023

Black with #EDF023

Text Example


Text Example

White with #EDF023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF023; }

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

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

background-color css

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

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

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

border-color css

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

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

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