Html Css Color HEX #EDFF26 Golden Fizz

📋 copy color: '#EDFF26'

red 237 ◦ green 255 ◦ blue 38

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

Shades of Golden Fizz #EDFF26

Tints of Golden Fizz #EDFF26

RGB

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

 GREEN value IS 255 (100% from 255) = 48.11%

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

R = 44.72%
G = 48.11%
B = 7.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#EDFF26 (or 0xEDFF26) is known color: Golden Fizz. HEX triplet: ED, FF and 26. RGB value is (237,255,38). Sum of RGB (Red+Green+Blue) = 237+255+38=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 38 (15.23% from 255 or 7.17% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFF26 is #1200D9. Grayscale: #E1E1E1. Windows color (decimal): -1179866 or 2555885. OLE color: 2555885.

HSL color Cylindrical-coordinate representation of color #EDFF26: hue angle of 64.98º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EDFF26 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.

Color convert

RGB 237 255 38 -
CMYK 0.07 0 0.85 0
HSL 64.98º 1% 0.57% -
HSV(B) 64.98º 0.85% 1% -
XYZ 71.03 89.66 15.4 -
YUV 224.88 22.54 136.64 -
System Red Green Blue C M Y K H S L
Decimal 237 255 38 0.07 0 0.85 0 64.98 1 0.57
Hex ED FF 26 7 0 55 0 41 64 39
Octal 355 377 46 7 0 125 0 101 144 71
Binary 11101101 11111111 100110 111 0 1010101 0 1000001 1100100 111001

Color Harmonies of #EDFF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFF26

Black with #EDFF26

Text Example


Text Example

White with #EDFF26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFF26; }

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

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

background-color css

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

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

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

border-color css

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

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

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