Html Css Color HEX #EDF531 Golden Fizz

📋 copy color: '#EDF531'

red 237 ◦ green 245 ◦ blue 49

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

Shades of Golden Fizz #EDF531

Tints of Golden Fizz #EDF531

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.14%

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

R = 44.63%
G = 46.14%
B = 9.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.8

 K value IS 0.04

RGB Variations

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

Color information

#EDF531 (or 0xEDF531) is known color: Golden Fizz. HEX triplet: ED, F5 and 31. RGB value is (237,245,49). Sum of RGB (Red+Green+Blue) = 237+245+49=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 245 (96.09% from 255 or 46.14% from 531); Blue value is 49 (19.53% from 255 or 9.23% from 531); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF531 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF531 is #120ACE. Grayscale: #DDDDDD. Windows color (decimal): -1182415 or 3274221. OLE color: 3274221.

HSL color Cylindrical-coordinate representation of color #EDF531: hue angle of 62.45º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDF531 is Cyan = 0.03, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 245 49 -
CMYK 0.03 0 0.8 0.04
HSL 62.45º 0.91% 0.58% -
HSV(B) 62.45º 0.8% 0.96% -
XYZ 68.13 83.53 15.44 -
YUV 220.26 31.35 139.94 -
System Red Green Blue C M Y K H S L
Decimal 237 245 49 0.03 0 0.8 0.04 62.45 0.91 0.58
Hex ED F5 31 3 0 50 4 3E 5B 3A
Octal 355 365 61 3 0 120 4 76 133 72
Binary 11101101 11110101 110001 11 0 1010000 100 111110 1011011 111010

Color Harmonies of #EDF531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF531

Black with #EDF531

Text Example


Text Example

White with #EDF531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF531; }

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

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

background-color css

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

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

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

border-color css

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

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

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