Html Css Color HEX #EDF536 Golden Fizz

📋 copy color: '#EDF536'

red 237 ◦ green 245 ◦ blue 54

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

Shades of Golden Fizz #EDF536

Tints of Golden Fizz #EDF536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.07%

R = 44.22%
G = 45.71%
B = 10.07%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#EDF536 (or 0xEDF536) is known color: Golden Fizz. HEX triplet: ED, F5 and 36. RGB value is (237,245,54). Sum of RGB (Red+Green+Blue) = 237+245+54=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 245 (96.09% from 255 or 45.71% from 536); Blue value is 54 (21.48% from 255 or 10.07% from 536); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF536 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF536 is #120AC9. Grayscale: #DDDDDD. Windows color (decimal): -1182410 or 3601901. OLE color: 3601901.

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

Color convert

RGB 237 245 54 -
CMYK 0.03 0 0.78 0.04
HSL 62.51º 0.91% 0.59% -
HSV(B) 62.51º 0.78% 0.96% -
XYZ 68.24 83.58 16.02 -
YUV 220.83 33.85 139.53 -
System Red Green Blue C M Y K H S L
Decimal 237 245 54 0.03 0 0.78 0.04 62.51 0.91 0.59
Hex ED F5 36 3 0 4E 4 3F 5B 3B
Octal 355 365 66 3 0 116 4 77 133 73
Binary 11101101 11110101 110110 11 0 1001110 100 111111 1011011 111011

Color Harmonies of #EDF536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF536

Black with #EDF536

Text Example


Text Example

White with #EDF536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF536; }

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

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

background-color css

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

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

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

border-color css

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

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

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