Html Css Color HEX #EDF227 Golden Fizz

📋 copy color: '#EDF227'

red 237 ◦ green 242 ◦ blue 39

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

Shades of Golden Fizz #EDF227

Tints of Golden Fizz #EDF227

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.72%

 BLUE value IS 39 (15.63% from 255) = 7.53%

R = 45.75%
G = 46.72%
B = 7.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#EDF227 (or 0xEDF227) is known color: Golden Fizz. HEX triplet: ED, F2 and 27. RGB value is (237,242,39). Sum of RGB (Red+Green+Blue) = 237+242+39=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 39 (15.62% from 255 or 7.53% from 518); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF227 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF227 is #120DD8. Grayscale: #DADADA. Windows color (decimal): -1183193 or 2618093. OLE color: 2618093.

HSL color Cylindrical-coordinate representation of color #EDF227: hue angle of 61.48º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EDF227 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 242 39 -
CMYK 0.02 0 0.84 0.05
HSL 61.48º 0.89% 0.55% -
HSV(B) 61.48º 0.84% 0.95% -
XYZ 67.04 81.66 14.15 -
YUV 217.36 27.34 142.01 -
System Red Green Blue C M Y K H S L
Decimal 237 242 39 0.02 0 0.84 0.05 61.48 0.89 0.55
Hex ED F2 27 2 0 54 5 3D 59 37
Octal 355 362 47 2 0 124 5 75 131 67
Binary 11101101 11110010 100111 10 0 1010100 101 111101 1011001 110111

Color Harmonies of #EDF227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF227

Black with #EDF227

Text Example


Text Example

White with #EDF227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF227; }

 p { color: rgb(237,242,39); }

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

background-color css

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

 a { background-color: rgb(237,242,39); }

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

border-color css

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

 span { border-color: rgb(237,242,39); }

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