Html Css Color HEX #EDF136 Golden Fizz

📋 copy color: '#EDF136'

red 237 ◦ green 241 ◦ blue 54

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

Shades of Golden Fizz #EDF136

Tints of Golden Fizz #EDF136

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.3%

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

R = 44.55%
G = 45.3%
B = 10.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#EDF136 (or 0xEDF136) is known color: Golden Fizz. HEX triplet: ED, F1 and 36. RGB value is (237,241,54). Sum of RGB (Red+Green+Blue) = 237+241+54=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 241 (94.53% from 255 or 45.30% from 532); Blue value is 54 (21.48% from 255 or 10.15% from 532); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF136 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF136 is #120EC9. Grayscale: #DBDBDB. Windows color (decimal): -1183434 or 3600877. OLE color: 3600877.

HSL color Cylindrical-coordinate representation of color #EDF136: hue angle of 61.28º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDF136 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 241 54 -
CMYK 0.02 0 0.78 0.05
HSL 61.28º 0.87% 0.58% -
HSV(B) 61.28º 0.78% 0.95% -
XYZ 67.05 81.18 15.63 -
YUV 218.49 35.17 141.21 -
System Red Green Blue C M Y K H S L
Decimal 237 241 54 0.02 0 0.78 0.05 61.28 0.87 0.58
Hex ED F1 36 2 0 4E 5 3D 57 3A
Octal 355 361 66 2 0 116 5 75 127 72
Binary 11101101 11110001 110110 10 0 1001110 101 111101 1010111 111010

Color Harmonies of #EDF136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF136

Black with #EDF136

Text Example


Text Example

White with #EDF136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF136; }

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

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

background-color css

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

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

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

border-color css

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

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

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