Html Css Color HEX #EDFF2A Golden Fizz

📋 copy color: '#EDFF2A'

red 237 ◦ green 255 ◦ blue 42

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

Shades of Golden Fizz #EDFF2A

Tints of Golden Fizz #EDFF2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 7.87%

R = 44.38%
G = 47.75%
B = 7.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#EDFF2A (or 0xEDFF2A) is known color: Golden Fizz. HEX triplet: ED, FF and 2A. RGB value is (237,255,42). Sum of RGB (Red+Green+Blue) = 237+255+42=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 42 (16.80% from 255 or 7.87% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFF2A is #1200D5. Grayscale: #E2E2E2. Windows color (decimal): -1179862 or 2818029. OLE color: 2818029.

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

Color convert

RGB 237 255 42 -
CMYK 0.07 0 0.84 0
HSL 65.07º 1% 0.58% -
HSV(B) 65.07º 0.84% 1% -
XYZ 71.1 89.69 15.76 -
YUV 225.34 24.54 136.32 -
System Red Green Blue C M Y K H S L
Decimal 237 255 42 0.07 0 0.84 0 65.07 1 0.58
Hex ED FF 2A 7 0 54 0 41 64 3A
Octal 355 377 52 7 0 124 0 101 144 72
Binary 11101101 11111111 101010 111 0 1010100 0 1000001 1100100 111010

Color Harmonies of #EDFF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFF2A

Black with #EDFF2A

Text Example


Text Example

White with #EDFF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFF2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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