Html Css Color HEX #EDF824 Golden Fizz

📋 copy color: '#EDF824'

red 237 ◦ green 248 ◦ blue 36

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

Shades of Golden Fizz #EDF824

Tints of Golden Fizz #EDF824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 6.91%

R = 45.49%
G = 47.6%
B = 6.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#EDF824 (or 0xEDF824) is known color: Golden Fizz. HEX triplet: ED, F8 and 24. RGB value is (237,248,36). Sum of RGB (Red+Green+Blue) = 237+248+36=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 248 (97.27% from 255 or 47.60% from 521); Blue value is 36 (14.45% from 255 or 6.91% from 521); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF824 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF824 is #1207DB. Grayscale: #DDDDDD. Windows color (decimal): -1181660 or 2423021. OLE color: 2423021.

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

Color convert

RGB 237 248 36 -
CMYK 0.04 0 0.85 0.03
HSL 63.11º 0.94% 0.56% -
HSV(B) 63.11º 0.85% 0.97% -
XYZ 68.81 85.27 14.5 -
YUV 220.54 23.86 139.74 -
System Red Green Blue C M Y K H S L
Decimal 237 248 36 0.04 0 0.85 0.03 63.11 0.94 0.56
Hex ED F8 24 4 0 55 3 3F 5E 38
Octal 355 370 44 4 0 125 3 77 136 70
Binary 11101101 11111000 100100 100 0 1010101 11 111111 1011110 111000

Color Harmonies of #EDF824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF824

Black with #EDF824

Text Example


Text Example

White with #EDF824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF824; }

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

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

background-color css

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

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

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

border-color css

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

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

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