Html Css Color HEX #EDF134 Golden Fizz

📋 copy color: '#EDF134'

red 237 ◦ green 241 ◦ blue 52

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

Shades of Golden Fizz #EDF134

Tints of Golden Fizz #EDF134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 9.81%

R = 44.72%
G = 45.47%
B = 9.81%

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

#EDF134 (or 0xEDF134) is known color: Golden Fizz. HEX triplet: ED, F1 and 34. RGB value is (237,241,52). Sum of RGB (Red+Green+Blue) = 237+241+52=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 52 (20.70% from 255 or 9.81% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF134 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF134 is #120ECB. Grayscale: #DBDBDB. Windows color (decimal): -1183436 or 3469805. OLE color: 3469805.

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

Color convert

RGB 237 241 52 -
CMYK 0.02 0 0.78 0.05
HSL 61.27º 0.87% 0.57% -
HSV(B) 61.27º 0.78% 0.95% -
XYZ 67 81.16 15.38 -
YUV 218.26 34.17 141.37 -
System Red Green Blue C M Y K H S L
Decimal 237 241 52 0.02 0 0.78 0.05 61.27 0.87 0.57
Hex ED F1 34 2 0 4E 5 3D 57 39
Octal 355 361 64 2 0 116 5 75 127 71
Binary 11101101 11110001 110100 10 0 1001110 101 111101 1010111 111001

Color Harmonies of #EDF134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF134

Black with #EDF134

Text Example


Text Example

White with #EDF134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF134; }

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

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

background-color css

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

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

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

border-color css

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

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

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