Html Css Color HEX #EDF82C Golden Fizz

📋 copy color: '#EDF82C'

red 237 ◦ green 248 ◦ blue 44

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

Shades of Golden Fizz #EDF82C

Tints of Golden Fizz #EDF82C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.32%

R = 44.8%
G = 46.88%
B = 8.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#EDF82C (or 0xEDF82C) is known color: Golden Fizz. HEX triplet: ED, F8 and 2C. RGB value is (237,248,44). Sum of RGB (Red+Green+Blue) = 237+248+44=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 248 (97.27% from 255 or 46.88% from 529); Blue value is 44 (17.58% from 255 or 8.32% from 529); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF82C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF82C is #1207D3. Grayscale: #DEDEDE. Windows color (decimal): -1181652 or 2947309. OLE color: 2947309.

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

Color convert

RGB 237 248 44 -
CMYK 0.04 0 0.82 0.03
HSL 63.24º 0.94% 0.57% -
HSV(B) 63.24º 0.82% 0.97% -
XYZ 68.95 85.32 15.22 -
YUV 221.46 27.86 139.09 -
System Red Green Blue C M Y K H S L
Decimal 237 248 44 0.04 0 0.82 0.03 63.24 0.94 0.57
Hex ED F8 2C 4 0 52 3 3F 5E 39
Octal 355 370 54 4 0 122 3 77 136 71
Binary 11101101 11111000 101100 100 0 1010010 11 111111 1011110 111001

Color Harmonies of #EDF82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF82C

Black with #EDF82C

Text Example


Text Example

White with #EDF82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF82C; }

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

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

background-color css

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

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

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

border-color css

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

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

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