Html Css Color HEX #EDF237 Golden Fizz

📋 copy color: '#EDF237'

red 237 ◦ green 242 ◦ blue 55

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

Shades of Golden Fizz #EDF237

Tints of Golden Fizz #EDF237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 10.3%

R = 44.38%
G = 45.32%
B = 10.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#EDF237 (or 0xEDF237) is known color: Golden Fizz. HEX triplet: ED, F2 and 37. RGB value is (237,242,55). Sum of RGB (Red+Green+Blue) = 237+242+55=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 55 (21.88% from 255 or 10.30% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF237 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF237 is #120DC8. Grayscale: #DBDBDB. Windows color (decimal): -1183177 or 3666669. OLE color: 3666669.

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

Color convert

RGB 237 242 55 -
CMYK 0.02 0 0.77 0.05
HSL 61.6º 0.88% 0.58% -
HSV(B) 61.6º 0.77% 0.95% -
XYZ 67.37 81.78 15.85 -
YUV 219.19 35.34 140.71 -
System Red Green Blue C M Y K H S L
Decimal 237 242 55 0.02 0 0.77 0.05 61.6 0.88 0.58
Hex ED F2 37 2 0 4D 5 3E 58 3A
Octal 355 362 67 2 0 115 5 76 130 72
Binary 11101101 11110010 110111 10 0 1001101 101 111110 1011000 111010

Color Harmonies of #EDF237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF237

Black with #EDF237

Text Example


Text Example

White with #EDF237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF237; }

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

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

background-color css

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

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

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

border-color css

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

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

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