Html Css Color HEX #EDF834 Golden Fizz

📋 copy color: '#EDF834'

red 237 ◦ green 248 ◦ blue 52

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

Shades of Golden Fizz #EDF834

Tints of Golden Fizz #EDF834

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.18%

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

R = 44.13%
G = 46.18%
B = 9.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#EDF834 (or 0xEDF834) is known color: Golden Fizz. HEX triplet: ED, F8 and 34. RGB value is (237,248,52). Sum of RGB (Red+Green+Blue) = 237+248+52=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 248 (97.27% from 255 or 46.18% from 537); Blue value is 52 (20.70% from 255 or 9.68% from 537); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF834 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF834 is #1207CB. Grayscale: #DFDFDF. Windows color (decimal): -1181644 or 3471597. OLE color: 3471597.

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

Color convert

RGB 237 248 52 -
CMYK 0.04 0 0.79 0.03
HSL 63.37º 0.93% 0.59% -
HSV(B) 63.37º 0.79% 0.97% -
XYZ 69.11 85.39 16.09 -
YUV 222.37 31.86 138.44 -
System Red Green Blue C M Y K H S L
Decimal 237 248 52 0.04 0 0.79 0.03 63.37 0.93 0.59
Hex ED F8 34 4 0 4F 3 3F 5D 3B
Octal 355 370 64 4 0 117 3 77 135 73
Binary 11101101 11111000 110100 100 0 1001111 11 111111 1011101 111011

Color Harmonies of #EDF834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF834

Black with #EDF834

Text Example


Text Example

White with #EDF834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF834; }

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

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

background-color css

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

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

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

border-color css

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

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

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