Html Css Color HEX #EDF027 Golden Fizz

📋 copy color: '#EDF027'

red 237 ◦ green 240 ◦ blue 39

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

Shades of Golden Fizz #EDF027

Tints of Golden Fizz #EDF027

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.51%

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

R = 45.93%
G = 46.51%
B = 7.56%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#EDF027 (or 0xEDF027) is known color: Golden Fizz. HEX triplet: ED, F0 and 27. RGB value is (237,240,39). Sum of RGB (Red+Green+Blue) = 237+240+39=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 240 (94.14% from 255 or 46.51% from 516); Blue value is 39 (15.62% from 255 or 7.56% from 516); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF027 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF027 is #120FD8. Grayscale: #D8D8D8. Windows color (decimal): -1183705 or 2617581. OLE color: 2617581.

HSL color Cylindrical-coordinate representation of color #EDF027: hue angle of 60.9º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EDF027 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 39 -
CMYK 0.01 0 0.84 0.06
HSL 60.9º 0.87% 0.55% -
HSV(B) 60.9º 0.84% 0.94% -
XYZ 66.45 80.47 13.95 -
YUV 216.19 28.01 142.84 -
System Red Green Blue C M Y K H S L
Decimal 237 240 39 0.01 0 0.84 0.06 60.9 0.87 0.55
Hex ED F0 27 1 0 54 6 3D 57 37
Octal 355 360 47 1 0 124 6 75 127 67
Binary 11101101 11110000 100111 1 0 1010100 110 111101 1010111 110111

Color Harmonies of #EDF027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF027

Black with #EDF027

Text Example


Text Example

White with #EDF027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF027; }

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

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

background-color css

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

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

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

border-color css

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

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

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