Html Css Color HEX #EDF231 Golden Fizz

📋 copy color: '#EDF231'

red 237 ◦ green 242 ◦ blue 49

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

Shades of Golden Fizz #EDF231

Tints of Golden Fizz #EDF231

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.83%

 BLUE value IS 49 (19.53% from 255) = 9.28%

R = 44.89%
G = 45.83%
B = 9.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#EDF231 (or 0xEDF231) is known color: Golden Fizz. HEX triplet: ED, F2 and 31. RGB value is (237,242,49). Sum of RGB (Red+Green+Blue) = 237+242+49=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 49 (19.53% from 255 or 9.28% from 528); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF231 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF231 is #120DCE. Grayscale: #DBDBDB. Windows color (decimal): -1183183 or 3273453. OLE color: 3273453.

HSL color Cylindrical-coordinate representation of color #EDF231: hue angle of 61.55º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDF231 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 242 49 -
CMYK 0.02 0 0.80 0.05
HSL 61.55º 0.88% 0.57% -
HSV(B) 61.55º 0.8% 0.95% -
XYZ 67.23 81.73 15.14 -
YUV 218.5 32.34 141.19 -
System Red Green Blue C M Y K H S L
Decimal 237 242 49 0.02 0 0.80 0.05 61.55 0.88 0.57
Hex ED F2 31 2 0 50 5 3E 58 39
Octal 355 362 61 2 0 120 5 76 130 71
Binary 11101101 11110010 110001 10 0 1010000 101 111110 1011000 111001

Color Harmonies of #EDF231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF231

Black with #EDF231

Text Example


Text Example

White with #EDF231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF231; }

 p { color: rgb(237,242,49); }

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

background-color css

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

 a { background-color: rgb(237,242,49); }

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

border-color css

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

 span { border-color: rgb(237,242,49); }

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