Html Css Color HEX #EDF826 Golden Fizz

📋 copy color: '#EDF826'

red 237 ◦ green 248 ◦ blue 38

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

Shades of Golden Fizz #EDF826

Tints of Golden Fizz #EDF826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.27%

R = 45.32%
G = 47.42%
B = 7.27%

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

#EDF826 (or 0xEDF826) is known color: Golden Fizz. HEX triplet: ED, F8 and 26. RGB value is (237,248,38). Sum of RGB (Red+Green+Blue) = 237+248+38=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 248 (97.27% from 255 or 47.42% from 523); Blue value is 38 (15.23% from 255 or 7.27% from 523); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF826 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF826 is #1207D9. Grayscale: #DDDDDD. Windows color (decimal): -1181658 or 2554093. OLE color: 2554093.

HSL color Cylindrical-coordinate representation of color #EDF826: hue angle of 63.14º 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 #EDF826 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 248 38 -
CMYK 0.04 0 0.85 0.03
HSL 63.14º 0.94% 0.56% -
HSV(B) 63.14º 0.85% 0.97% -
XYZ 68.84 85.28 14.67 -
YUV 220.77 24.86 139.58 -
System Red Green Blue C M Y K H S L
Decimal 237 248 38 0.04 0 0.85 0.03 63.14 0.94 0.56
Hex ED F8 26 4 0 55 3 3F 5E 38
Octal 355 370 46 4 0 125 3 77 136 70
Binary 11101101 11111000 100110 100 0 1010101 11 111111 1011110 111000

Color Harmonies of #EDF826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF826

Black with #EDF826

Text Example


Text Example

White with #EDF826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF826; }

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

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

background-color css

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

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

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

border-color css

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

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

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