Html Css Color HEX #EDF632 Golden Fizz

📋 copy color: '#EDF632'

red 237 ◦ green 246 ◦ blue 50

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

Shades of Golden Fizz #EDF632

Tints of Golden Fizz #EDF632

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.15%

 BLUE value IS 50 (19.92% from 255) = 9.38%

R = 44.47%
G = 46.15%
B = 9.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#EDF632 (or 0xEDF632) is known color: Golden Fizz. HEX triplet: ED, F6 and 32. RGB value is (237,246,50). Sum of RGB (Red+Green+Blue) = 237+246+50=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 246 (96.48% from 255 or 46.15% from 533); Blue value is 50 (19.92% from 255 or 9.38% from 533); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF632 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF632 is #1209CD. Grayscale: #DDDDDD. Windows color (decimal): -1182158 or 3340013. OLE color: 3340013.

HSL color Cylindrical-coordinate representation of color #EDF632: hue angle of 62.76º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDF632 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 246 50 -
CMYK 0.04 0 0.80 0.04
HSL 62.76º 0.92% 0.58% -
HSV(B) 62.76º 0.8% 0.96% -
XYZ 68.46 84.15 15.65 -
YUV 220.97 31.52 139.44 -
System Red Green Blue C M Y K H S L
Decimal 237 246 50 0.04 0 0.80 0.04 62.76 0.92 0.58
Hex ED F6 32 4 0 50 4 3F 5C 3A
Octal 355 366 62 4 0 120 4 77 134 72
Binary 11101101 11110110 110010 100 0 1010000 100 111111 1011100 111010

Color Harmonies of #EDF632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF632

Black with #EDF632

Text Example


Text Example

White with #EDF632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF632; }

 p { color: rgb(237,246,50); }

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

background-color css

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

 a { background-color: rgb(237,246,50); }

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

border-color css

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

 span { border-color: rgb(237,246,50); }

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